home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 16
/
16.iso
/
t
/
t284
/
1.img
/
ZIPRTAME.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1993-10-24
|
236 b
|
16 lines
@ECHO OFF
IF "%1" == "" GOTO QUIT
IF "%ZIPR%" == "" SET ZIPR=C:\ZIPR
:* Load Tame into memory
%ZIPR%\Tame-Res
:* Run the program
%1 %2 %3 %4 %5 %6 %7 %8 %9
:* Unload Tame from memory
%ZIPR%\Tame /Uninstall
:QUIT
EXIT