Hi there
Can anyone please help me write a following batch file please?
1) Backups a folder on a server "A"
4) Rename that folder
5) Call another batch file to execute someother process(i have this batch file so just needs calling)
Please advice
regards
Hints:
1) copy/xcopy/move. See copy /?, move /?, xcopy /? for more
2) ren /? , rename /?
3) call /?