Jump to content

Recommended Posts

Posted

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 :P

Thanks

post-70-1096074857_thumb.jpg


Posted

@XPero

You just forgot a switch to make it work (expand -r)

FOR %I IN (*.DL_ *.CP_ *.EX_) DO EXPAND.EXE -r %I

If you put this command in a batch file, change %I to %%I

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...