home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************/
- /* FA Partners */
- /* Copyright (c) FA Partner 1997 */
- /*---------------------------------------------------------------------------*/
- /* Name : bandit.cmd */
- /* Description : Launches Bandit Tagger from a REXX file. */
- /*---------------------------------------------------------------------------*/
- /* 1997-08-13 | Created | ATP & JL */
- /* 1997-08-26 | Added indepented path. | FB */
- /* 1997-08-28 | Added st.exe wait | FB & ATP */
- /*****************************************************************************/
-
- Parse Source system invocation cmdname filename
- cmdpath = substr(cmdname, 1, length(cmdname)-10)
- cmdpath||'st.exe /b /wait' cmdpath||'bandit.exe' arg(1)