Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. :: If something is fucked Callum, don't edit it yourself -.- Ask me to do it.
  3. :: Fixed/Created: October 10, 2010 by Zer0_Cool
  4. :: Variables:
  5. set %DATE%=echo date /t
  6. :: Actual process:
  7. echo.
  8. echo ### Backing up Server Files... ###
  9. echo.
  10. xcopy /s /c /d /e /h /i /r /y "C:\SANL-RPG\server\mods\deathmatch\resources\" "C:\Users\root\Desktop\BACKUP\%DATE%\"
  11. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement