home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / FileComm / fc.bat next >
DOS Batch File  |  2000-01-04  |  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.