home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
desqview
/
tame260.arj
/
TAME-RUN.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-03-29
|
223b
|
15 lines
@echo off
if (%1) == () Echo Usage: %0 command_line
if (%1) == () goto exit
:* Load Tame into memory
Tame-Res
:* Run the program
%1 %2 %3 %4 %5 %6 %7 %8 %9
:* Unload Tame from memory
Tame /Uninstall
:exit