home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / Svet_OS2 / FC2_211 / OS2WARP / FC2_211.ZIP / fc2.cmd < prev    next >
OS/2 REXX Batch file  |  1999-07-25  |  298b  |  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.