home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / FT301O.ZIP / GO.CMD < prev    next >
OS/2 REXX Batch file  |  1990-11-04  |  158b  |  13 lines

  1. @echo off
  2. if "%1" == "" goto :USAGE
  3.  
  4. _go %1 %2 %3 %4 %5 %6 %7 %8 %9 > c:\go$$$.cmd
  5. call c:\go$$$.cmd
  6. del c:\go$$$.cmd
  7. goto :END
  8.  
  9. :USAGE
  10. _go
  11.  
  12. :END
  13.