User Profile

Collapse

Profile Sidebar

Collapse
kouliscon
kouliscon
Last Activity: Aug 17 '11, 05:40 AM
Joined: Mar 16 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kouliscon
    started a topic Order of filenames which robocopy works
    in .NET

    Order of filenames which robocopy works

    Hello All

    i have a question. i am using Robocopy with AD script to do backup of users local files to network location.

    Does anybody knows in what order the Robocopy copies the files? Is it Alphabeticaly by Directory?

    thx in advance
    See more | Go to post

  • kouliscon
    started a topic DOS xcopy command, copy only newew than 90d

    DOS xcopy command, copy only newew than 90d

    Hello all,
    i am usign with GPO a batch file at logon and logoff of the computers which copies a specific location to a network location for backup reasons.
    The data has become big and i need to add to the batch file ONLY the files which were CREATED the last 90 days.
    anybody can help?
    the batch file command is:
    c:
    c:\users\%usern ame%\DATA\
    xcopy *.* /s /r /e /d /h /y /exclude:\\192.1 68.1.10\nonback upfiles.txt...
    See more | Go to post

  • vbscript - move files older than 180days based on modified date keeping the original

    Hello All
    I have the following vbscript and i need help to modified in order to meet my needs since i dont know how to do it.
    the script is:

    -----------------------------------BEGIN OF SCRIPT---------------------------------------------------

    Dim objFSO, ofolder, objStream

    Set objShell = CreateObject("W Script.Shell")

    Set objFSO = CreateObject("s cripting.filesy stemobject")...
    See more | Go to post
No activity results to display
Show More
Working...