XPero Posted September 25, 2004 Posted September 25, 2004 Hi, I need a .cmd to expand (.dl_ to .dll, etc) lots of files. I've tried to make one but got this error Be patient, I'm learning Thanks
RyanVM Posted September 25, 2004 Posted September 25, 2004 http://www.msfn.org/board/index.php?showto...=expand+makecab
jdoe Posted September 27, 2004 Posted September 27, 2004 @XPeroYou just forgot a switch to make it work (expand -r)FOR %I IN (*.DL_ *.CP_ *.EX_) DO EXPAND.EXE -r %IIf you put this command in a batch file, change %I to %%I
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now