Indigo2005 Posted June 24, 2005 Posted June 24, 2005 Hope it help you ... This very simple script take each file in the current directory and compress it using makecab command.Each cab file is put into a subdirectory ".\Cab".The filename of the cab file is the same but has the last character replaced by an underscore (_).Do makecab /? for more switches and explaination.@echo Offtitle MakeCab all file in current directoryFOR %%L IN (*.*) DO makecab %%L /L ".\Cab"exitIt was very helpful for me ! I hope it could help you to Indigo -
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