Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. 1 @echo off
  2. 2
  3. 3 for /D %%i in (a; b; c; d; e; f; g; h; i; j; k; l; m; n; o; p; r; s; t; u; v ; w; x; y; z) do (
  4. 4 mkdir %%i > C:\deniska\trash.txt
  5. 5 cd %%i > C:\deniska\trash.txt
  6. 6 if [%2] == [file] (
  7. 7 copy C:\deniska\programming\code\patterns\fpat.cpp %%i.cpp > C:\deni ska\trash.txt
  8. 8 ) else (
  9. 9 copy C:\deniska\programming\code\patterns\pat.cpp %%i.cpp > C:\denis ka\trash.txt
  10. 10 )
  11. 11 copy C:\deniska\programming\code\patterns\test.cmd test.cmd > C:\deniska \trash.txt
  12. 12
  13. 13 cd ..
  14. 14 if [%1]==[%%i] (
  15. 15 exit
  16. 16 )
  17. 17 )
  18. ~
  19. ~
  20. 1,1 ะ’ะตััŒ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement