home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / FC2_151.ARJ / FC2_151.ZIP / fc2.cmd < prev    next >
Encoding:
Text File  |  1997-08-12  |  298 b   |  11 lines

  1. @echo off
  2. : This CMD file should be used to run FC/2 if you want the last directory
  3. : accessed by FC/2 to become the current directory of the shell you ran it from
  4. : when you exit.
  5.  
  6. set tmpdir=c:
  7. if not "%TMP%" == "" set tmpdir=%TMP%
  8.  
  9. fc.exe /x %tmpdir%\fcdir.cmd
  10. call %tmpdir%\fcdir.cmd
  11.