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