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...
Search Result
Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
-
DOS xcopy command, copy only newew than 90d
-
How to copy svn modified files in a folder using batch file?
Hi Can any one suggest a SVN command which recognizes the newly added and modified files and copy them.
Thanks. -
Calling Batch file thru WebService
I have a webservice, when executed calls a Batch file (.bat). The batch file looks for certain files in a folder compresses it using 7z.exe and then it has to encrypt using the GPG.exe. However, It does the Compressing part but not the encryption ... any idea? is it coz of some permission issues? if so how come its doing the Compression part?
Thanks in advance
Roopesh -
batch file to save a file
I am new to writing batch files. I just know few commands....My problem is I have to open a text file and then save it with a different name ie; open a text file, 1.txt and then save as 2.txt.
I could write commands to open the file and close the file but could not save it as a new file. I do not want to rename the file as it would not serve my purpose.