home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 106 / softd106.zip / TEXTWAVE.BAT < prev    next >
DOS Batch File  |  1995-06-21  |  246b  |  14 lines

  1. @echo off
  2. :top
  3. docshell menu.shl %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if errorlevel 3 goto run2
  5. if errorlevel 1 goto run1
  6. goto exit
  7. :run2
  8.  scroller %1 %2 %3 %4 %5 %6 %7 %8 %9
  9.  goto top
  10. :run1
  11.  newwave %1 %2 %3 %4 %5 %6 %7 %8 %9
  12.  goto top
  13. :exit
  14.