home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Sharew31 / Filcmd31 / FC.BAT next >
DOS Batch File  |  1997-08-16  |  299b  |  11 lines

  1. @echo off
  2. : This BAT file should be used to run FC/W if you want the last directory
  3. : accessed by FC/W 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. fcw.exe /x %tmpdir%\fcdir.bat
  10. call %tmpdir%\fcdir.bat
  11.