Advertisement
delebre

Logging-ScriptOutput

Oct 6th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.62 KB | None | 0 0
  1.  
  2. C:\Users\User\Desktop>echo                           Backup Start at = Mon 10/06/2014 13:22:05.59
  3.                           Backup Start at = Mon 10/06/2014 13:22:05.59
  4.  
  5. C:\Users\User\Desktop>echo Beginning Automatic Backup and Encryption for Thunderbird
  6. Beginning Automatic Backup and Encryption for Thunderbird
  7.  
  8. C:\Users\User\Desktop>echo This will take approximately 45 seconds to complete
  9. This will take approximately 45 seconds to complete
  10.  
  11. C:\Users\User\Desktop>echo Killing Thunderbird.exe
  12. Killing Thunderbird.exe
  13.  
  14. C:\Users\User\Desktop>taskkill /F /IM thunderbird.exe
  15.  
  16. C:\Users\User\Desktop>echo Give the computer a moment to complete task
  17. Give the computer a moment to complete task
  18.  
  19. C:\Users\User\Desktop>timeout /T 3
  20.  
  21. Waiting for 3 seconds, press a key to continue ...210
  22.  
  23. C:\Users\User\Desktop>echo Zipping to Desktop
  24. Zipping to Desktop
  25.  
  26. C:\Users\User\Desktop>"C:\Program Files\7-Zip\7z.exe" a -t7z C:\Users\User\Desktop\"06.10.2014-ThunderbirdBackup".7z C:\Users\User\AppData\Roaming\Thunderbird\Profiles\ -m0=lzma2 -mx3 -mmt=8 -mhe=on
  27.  
  28. 7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
  29. Scanning
  30.  
  31. Creating archive C:\Users\User\Desktop\06.10.2014-ThunderbirdBackup.7z
  32.  
  33. Compressing tons of stuff. I deleted it for privacy.
  34. Compressing tons of stuff. I deleted it for privacy.
  35. Compressing tons of stuff. I deleted it for privacy.
  36. Compressing tons of stuff. I deleted it for privacy.
  37.  
  38. Everything is Ok
  39.  
  40. C:\Users\User\Desktop>echo                           Backup Complete at = Mon 10/06/2014 13:22:59.29
  41.                           Backup Complete at = Mon 10/06/2014 13:22:59.29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement