Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. echo "podaj a"
  2. set /p a=
  3. echo "podaj b"
  4. set /p b=
  5. for(i=0;I
  6.  
  7. // wmic disc letter
  8. echo %username%
  9. wmic cpu get name
  10.  
  11. //@echo off
  12. if "%1"==" " (echo BLAD
  13. goto:EoF)
  14. pushd %1 2>nul
  15. if %errorlevel% NEQ O goto BLAD
  16. :start
  17. if "%2"==goto Koniec
  18. del *.%2
  19. SHIFT /2
  20. goto start
  21. :Koniec
  22. popd
  23. goto :EoF
  24. :BLAD
  25. echo BLAD2
  26. goto :EoF
  27.  
  28. //@echo off
  29. if "%1"==" " (echo BLAD
  30. goto:EoF)
  31. pushd %1 2>nul
  32. if %errorlevel% NEQ O goto BLAD
  33. del *.bak
  34. del *.tmp
  35. popd
  36. goto :EoF
  37. :BLAD
  38. echo BLAD2
  39. goto :EoF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement