home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / DESQVIEW / MISC / TAME261.ZIP / TAME-RUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-03-29  |  223 b   |  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.