Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @echo off
  2.  
  3. echo.
  4. echo Hallo,
  5. echo die Datensicherung wird gestartet. Datensicherung wird unter E: gesichert.
  6.  
  7. echo.
  8. robocopy "C:\Users\Heinrich\Desktop" "E:\Datensicherung\Desktop" /MIR /NP
  9. robocopy "C:\Firma" "E:\Datensicherung\Firma" /MIR /NP
  10. robocopy "C:\Privat" "E:\Datensicherung\Privat" /MIR /NP
  11. robocopy "C:\ProgramData\Sage" "E:\Datensicherung\PC-Kaufmann" /MIR /NP
  12.  
  13. echo ... fertig
  14.  
  15. @pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement