home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 June B
/
Pcwk6b98.iso
/
Sharew31
/
Filcmd31
/
FC.BAT
next >
Wrap
DOS Batch File
|
1997-08-16
|
299b
|
11 lines
@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