home *** CD-ROM | disk | FTP | other *** search
- @echo off
- : This BAT file should be used to run FC/W if you want the last directory
- : accessed by FC/W to become the current directory of the shell you ran it from
- : when you exit.
-
- set tmpdir=c:
- if not "%TMP%" == "" set tmpdir=%TMP%
-
- fcw.exe /x %tmpdir%\fcdir.bat
- call %tmpdir%\fcdir.bat
-