Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo --------------------------------------
- echo Minimal DOS image
- echo (L) Hex_laden by PunkArr[], 2016
- echo http://tolik-punkoff.com
- echo http://lj.rossia.org/users/hex_laden
- echo --------------------------------------
- echo Set PATH
- PATH C:\DOS;C:\VC
- echo Load EMM386 Driver...
- emm386.exe
- echo Load SMARTDRV
- smartdrv
- echo Starting File Manager
- vc
- echo "-------------------------------------"
- echo "| -=^-^=- Have a nice day -=^-^=- |"
- echo "-------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement