Jump to content

Makecab mulktiple files


Recommended Posts


Step by step:

Create an empty textfile in the directory with the cpls. Name it "createcabs.cmd".

Edit it and put this into it:

for "%%i" in (*.dll;*.cpl) do makecab "%%i"
pause

Save it. Double click it. Should work as expected.

--

Pyron

Link to comment
Share on other sites

when double-clicking it doesnt work, and running it in cmd i get this

I also need EXEs to be compressed

Microsoft Windows XP [Version 5.1.2600]

© Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd..

C:\Documents and Settings>cd..

C:\>cd f

C:\f>createcabs

"%i" was unexpected at this time.

C:\f>for "%i" in (*.dll;*.cpl) do makecab "%i"

C:\f>

Link to comment
Share on other sites

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...