Advertisement
Nimsi

Untitled

Apr 12th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @echo off
  2. setlocal enabledelayedexpansion
  3. md Archive\Word
  4. set origcd=%cd%
  5. cd /d "C:\Users\Nims\Desktop\top\"
  6. for /r %%f in (*.doc *.docx) do copy "%%f" "%origcd%Archive\Word\%%~nf_!random!%%~xf"
  7. "%origcd%Soft\WinRAR\winrar.exe" a -r -m5 -p[1234] -ibck -dh -x*Archive\Word -agYYYY.MM.DD %origcd%Archive\C-.rar *.*
  8. RD /S /Q "%origcd%Archive\Word"
  9. cd /d %origcd%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement