openafs/src/DOLASTCMP.BAT
Jeffrey Altman df95472c3a shadow-to-jaltman-bkbox-02-20031121
Remove another file which was included in the bkbox patch but is really
autogenerated.

Add a command to dolastcmp.bat to conditionally delete golast.bat if
it exists.  Otherwise, the initial CD command which is meant to be
written to the file is lost.
2003-11-21 15:41:04 +00:00

5 lines
138 B
Batchfile

IF EXIST %AFSROOT%\golast.bat DEL %AFSROOT%\golast.bat
ECHO @CD %1 >%AFSROOT%\golast.bat
echo echo Directory - %1 >>%AFSROOT%\golast.bat