home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Concept 4
/
CDCONCEPT.iso
/
pc
/
dp
/
xquest
/
dontrun.bat
next >
Wrap
DOS Batch File
|
1994-12-31
|
481b
|
36 lines
@echo off
if "%1" == "" goto error
if "%2" == "" goto error
goto cont
:error
echo Running this program has no effect.
echo Please refer to the magazine for details
echo about installing software from Dos.
echo"
echo Press any key to exit...
pause >nul
goto end
:cont
del %2*.diz
del %2*.pbm
del %2*.exe
del %2*.cfg
del %2*.dmo
del %2*.doc
del %2*.enm
del %2*.fnt
del %2*.gfx
del %2*.scr
del %2*.snd
%1x_quest %2
copy %3 %2xquest.ico
:end