home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 21
/
EPISODE_21_JAN_1996.iso
/
demos
/
temp
/
tempest.z
/
BOOTQEMM.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-01-04
|
237b
|
13 lines
@echo off
cls
echo.
echo Please insert a formatted system disk in drive A and...
pause
@echo on
copy autoexec.t2k a:\autoexec.bat
copy config.qem a:\config.sys
@echo off
echo.
echo Now boot with the floppy in drive A.
echo.