Advertisement
tolikpunkoff

AUTOEXEC.BAT (for OS Windows XP native standalone build 2)

Apr 24th, 2025
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.64 KB | Software | 0 0
  1. @echo off
  2.  
  3. echo --------------------------------------
  4. echo OS Windows XP native standalone build 2 Image
  5. echo (L) Hex_laden, PunkArr[], 2016-2025
  6. echo http://tolik-punkoff.com
  7. echo http://lj.rossia.org/users/hex_laden
  8. echo --------------------------------------
  9.  
  10. echo Set PATH
  11. PATH C:\DOS;C:\VC
  12. echo Loading EMM386 Driver...
  13. emm386.exe
  14. echo Loading SMARTDRV
  15. smartdrv
  16.  
  17. GOTO %CONFIG%
  18.  
  19. :WIN
  20.  
  21. grub.exe
  22. GOTO END
  23.  
  24. :DOS
  25.  
  26. echo Starting File Manager...
  27. vc
  28. GOTO END
  29.  
  30. :REBOOT
  31.  
  32. reboot
  33.  
  34. :END
  35. echo "-------------------------------------"
  36. echo "|  -=^-^=- Have a nice day -=^-^=-  |"
  37. echo "-------------------------------------"
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement