home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aztec Shareware Collection
/
STRATEGY.ISO
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1994-04-17
|
301b
|
16 lines
@echo off
cls
cd \QUIKMENW
md C:\QUIKMENW > NUL
copy \QUIKMENW\qm.inf c:\QUIKMENW\qm.inf > NUL
set QUIKMENU=C:\QUIKMENW
cls
QM_PROG %1 %2 %3 %4 %5
cls
call %QUIKMENU%\QM_APP.BAT
cls
del C:\QUIKMENW\*.* < \QUIKMENW\ANS_Y.TXT > NUL
cls
rd C:\QUIKMENW < \QUIKMENW\ANS_Y.TXT > NUL
cls