Advertisement
tolikpunkoff

autoexec.bat

Feb 2nd, 2019
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.51 KB | None | 0 0
  1. @echo off
  2.  
  3. echo --------------------------------------
  4. echo Minimal DOS image
  5. echo (L) Hex_laden by PunkArr[], 2016
  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 Load EMM386 Driver...
  13. emm386.exe
  14. echo Load SMARTDRV
  15. smartdrv
  16. echo Starting File Manager
  17. vc
  18.  
  19. echo "-------------------------------------"
  20. echo "|  -=^-^=- Have a nice day -=^-^=-  |"
  21. echo "-------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement