Advertisement
BAT_Player

Batch File Program Loading Bar V2 #3

Jan 27th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.58 KB | None | 0 0
  1. 1.Açın Notepad.exe
  2. 2.Aşağıdakı Kodu Notepad'a Yazın
  3. 3.Farklı Kaydedin Sonra (İstediğiniz Ad).bat Yazıb Enter Tuşuna Basın
  4. ----------------------------------------------------------------------
  5.  
  6. @echo off
  7. title Loading Bar V2
  8. color a
  9. msg * Coder By BAT_Player
  10.  
  11. echo L
  12. ping localhost -n 2 >nul
  13. cls
  14. echo L O
  15. ping localhost -n 2 >nul
  16. cls
  17. echo L O A
  18. ping localhost -n 2 >nul
  19. cls
  20. echo L O A D
  21. ping localhost -n 2 >nul
  22. cls
  23. echo L O A D I
  24. ping localhost -n 2 >nul
  25. cls
  26. echo L O A D I N
  27. ping localhost -n 2 >nul
  28. cls
  29. echo L O A D I N G
  30. ping localhost -n 2 >nul
  31.  
  32. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement