home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hours of Fun & Entertainment 11
/
MEDIASHARE_11.iso
/
unwarp.bat
< prev
Wrap
DOS Batch File
|
1994-04-18
|
307b
|
19 lines
@echo off
if not %1=="" GOTO OK
GOTO FAIL
:OK
copy \install\*.* %1\
%1
cd\
arj x -y cd-ess.arj
attrib arj.exe r+
attrib cd-ess.arj r+
del cd-ess.arj
del arj.exe
CD \SHEZ
shezcfg
goto exit
:fail
echo You should type UNWARP C: or D: to copy the neccesary files to your
echo harddisk.
:exit