home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 14
/
PCGAMER14.bin
/
mlords
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-28
|
369b
|
31 lines
@echo off
if %1x==x goto error
if %1==c: goto ok
if %1==C: goto ok
if %1==d: goto ok
if %1==D: goto ok
if %1==e: goto ok
if %1==E: goto ok
goto error
:ok
md %1\mlords
xcopy *.* %1\mlords
%1
cd \mlords
del install.bat
del mlords2.txt
goto end
:error
echo
echo Usage: INSTALL drive:
echo Example: INSTALL c:
echo
:end
sound
intro