home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / FASTKICK.ARJ / FASTKICK.ZIP / Fix.cmd < prev    next >
Encoding:
Text File  |  1997-09-03  |  205 b   |  9 lines

  1. /* REXX */
  2. '@ECHO OFF'
  3. PARSE SOURCE os2 type invocation
  4. lastslash = LASTPOS('\',invocation)
  5. path = SUBSTR(invocation,1,lastslash-1)
  6. 'set CSFUTILPATH='path
  7. 'set CSFCDROMDIR='path
  8. path'\SERVICE.EXE'
  9.