home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / other / f1169 / tame-run.bat < prev    next >
DOS Batch File  |  1989-03-28  |  223b  |  15 lines

  1. @echo off
  2. if (%1) == () Echo Usage: %0 command_line
  3. if (%1) == () goto exit
  4.  
  5. :* Load Tame into memory
  6. Tame-Res
  7.  
  8. :* Run the program
  9. %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.  
  11. :* Unload Tame from memory
  12. Tame /Uninstall
  13.  
  14. :exit
  15.