bug report:
assume Z is a network driver and I has full access privilege.
Execute below command:
rm z:\aa.dll z:\_aa.dll
.bat file content:
D:\>if exist z:\aa.dll rm z:\aa.dll z:\_aa.dll
rm: cannot lstat `z:\\_aa.dll': No such file or directory
Error occurs.
Best Regards
Tonny Shen (申晓龙)
Thanks for you rapid response.
My rm command use background:
I use it in a cpy.bat file , which is invoked by VC++ 6.0 post build
command.(per build , dll and pde file will be copy to a special directory, but
the original file should be backup for possible restore reason)
ENV : XP sp2 professio
See below:
D:\>cmd -v
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
if something is missing, how can I check its version?
Best Regards
Tonny Shen (申晓龙)
Tel: 86-21-38960740
FAX: 86-21-58992160
-Original Message-
From: Eric