Jump to content

Recommended Posts

Posted

How it is made to compress many files and to transform the extension with the undescore?

as an example:

acledit.dll > acledit.dl_

actmovie.exe > actmovie.ex_

AniGIF.ocx > AniGIF.oc_

etc.

Thanks!

(sendto > makecab.cmd it works alone with one file)


Posted
@echo Off

title MakeCab all file in current directory

FOR %%L IN (*.*) DO makecab %%L /L ".\Cab"

exit

here is the code

Posted
This is a sfx files that runs from any location that uses the makecab.

Makecab

I just downloaded that file you posted , I like to see how others

tweaks work..

I tried to run it & had the firewall pop up telling me that an HTML

application host from your computer wants to connect to

www3.telus.net [161.184.2465.22] port 80

I clicked deny..

Then norton had a fit when running it...

Posted

It's because it's a script and virus software tends to pitch a fit over anything like that. You'd get similar problems with VBS scripts posted on here. Odds are very good it's just a false alarm. If you want to be safe, you can always try running it in VirtualPC first ;)

Posted

It for the icom that on the title bar is all that is.

<HTA:APPLICATION ID="Gsm_MakeCab" SYSMENU="yes" SCROLL="No"

SCROLLFLAT ="No" SingleInstance="Yes" ShowInTaskbar="Yes" SysMenu="Yes" MaximizeButton="No" MinimizeButton="Yes"

Border="Thin" BORDERSTYLE ="complex" INNERBORDER ="No" Caption="Yes" WindowState="Normal" APPLICATIONNAME="Gsm_MakeCab"

Icon="http://www3.telus.net/GSMJAK1E/AUABuilder/BgImgs/Hta2.ico">

Posted

big poppa pump beat me to it...CBin is easy, fast, and does what you need.

Just run the program, then select all the files you want to compress...drag them to the application and let go...all compressed files are put next to the original files.

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