home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / fc2_212.zip / fc2.cmd < prev    next >
OS/2 REXX Batch file  |  2000-01-04  |  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.