home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / zkuste / SVET_OS2 / FC2_212 / WINDOWS / FCW212.ZIP / fc.bat next >
Encoding:
DOS Batch File  |  2000-01-04  |  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.