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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now