hello guys,
hope you guys able to help me.. I copy this codes from google,
However after I try. it actually only rar from the main folder, but not its sub. what can I do to include rar its sub folders?
appreciate for any help.
Thanks
@ECHO OFF
ECHO *** AUTO DAILY BACKUP FOR my SUMMARIES ***
CD\mySUMMARIES\DATA
XCOPY \\my-server\ath\ C:\mySUMMARIES\DATA /Y
C:\RAR.EXE A -AG+YYYY-MM-DD C:\mySUMMARIES\DATA
PAUSE
hope you guys able to help me.. I copy this codes from google,
However after I try. it actually only rar from the main folder, but not its sub. what can I do to include rar its sub folders?
appreciate for any help.
Thanks
@ECHO OFF
ECHO *** AUTO DAILY BACKUP FOR my SUMMARIES ***
CD\mySUMMARIES\DATA
XCOPY \\my-server\ath\ C:\mySUMMARIES\DATA /Y
C:\RAR.EXE A -AG+YYYY-MM-DD C:\mySUMMARIES\DATA
PAUSE