Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.73 KB | None | 0 0
  1. @echo off
  2. set /a a=%random% %% 9 +1
  3. if "%a%"=="1" set var=1
  4. if "%a%"=="2" set var=2
  5. if "%a%"=="3" set var=3
  6. if "%a%"=="4" set var=4
  7. if "%a%"=="5" set var=5
  8. if "%a%"=="6" set var=6
  9. if "%a%"=="7" set var=7
  10. if "%a%"=="8" set var=8
  11. if "%a%"=="9" set var=9
  12. set /a a=%random% %% 9 +1
  13. if "%a%"=="1" set rav=1
  14. if "%a%"=="2" set rav=2
  15. if "%a%"=="3" set rav=3
  16. if "%a%"=="4" set rav=4
  17. if "%a%"=="5" set rav=5
  18. if "%a%"=="6" set rav=6
  19. if "%a%"=="7" set rav=7
  20. if "%a%"=="8" set rav=8
  21. if "%a%"=="9" set rav=9
  22. IF EXIST "%userprofile%\Desktop\Alienware" (
  23.  
  24. goto Sai
  25.  
  26. ) ELSE (
  27.  
  28. goto Goht
  29.  
  30. )
  31. :Goht
  32. md %userprofile%\Desktop\Alienware
  33. ping -n 1 localhost > nul
  34. :Sai
  35. echo %var%%rav%TX4K1 > %userprofile%/Desktop/Alienware/%random%.txt
Add Comment
Please, Sign In to add comment