home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tipy / FILES / FCW201.ZIP / fc.bat next >
Encoding:
DOS Batch File  |  1998-11-07  |  299 b   |  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.