home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 15
/
15.iso
/
s
/
s205
/
3.ddi
/
INSTALL.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1992-07-03
|
220 b
|
16 lines
@echo off
if "%1"=="" goto bad
%1
cd\
restore a: %1/s
cd palasm
echo Exploding files ,this may take a while.
palasm4 -d >nul:
del palasm4.exe
goto done
:bad
echo Usage: A:INSTALL driverID:
pause
cls
:done