home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / gi / wave / exe1.dat / cat.bat < prev    next >
DOS Batch File  |  1995-08-30  |  171b  |  8 lines

  1. @ECHO OFF
  2. REM Executes in MID\
  3. IF "%1"=="" EXIT
  4. CTTY NUL
  5. ..\EXE\MIDICAT %1 %2 %3 %4 %5 %6 %7 %8 %9 > ..\Temp\MIDICAT.TXT
  6. CTTY CON
  7. ..\EXE\Read ..\Temp\MIDICAT.TXT 
  8.