home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / banditv2.zip / bandit.cmd next >
OS/2 REXX Batch file  |  1997-09-02  |  1KB  |  16 lines

  1. /*****************************************************************************/
  2. /* FA Partners                                                               */
  3. /* Copyright (c) FA Partner 1997                                             */
  4. /*---------------------------------------------------------------------------*/
  5. /* Name        : bandit.cmd                                                  */
  6. /* Description : Launches Bandit Tagger from a REXX file.                    */
  7. /*---------------------------------------------------------------------------*/
  8. /* 1997-08-13  | Created                                 | ATP & JL          */
  9. /* 1997-08-26  | Added indepented path.                  | FB                */
  10. /* 1997-08-28  | Added st.exe wait                       | FB & ATP          */
  11. /*****************************************************************************/
  12.  
  13. Parse Source system invocation cmdname filename
  14. cmdpath = substr(cmdname, 1, length(cmdname)-10)
  15. cmdpath||'st.exe /b /wait' cmdpath||'bandit.exe' arg(1)
  16.