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)
Page 1 of 1
makecab many files
#2
Posted 04 November 2005 - 01:51 AM
Quote
@echo Off
title MakeCab all file in current directory
FOR %%L IN (*.*) DO makecab %%L /L ".\Cab"
exit
title MakeCab all file in current directory
FOR %%L IN (*.*) DO makecab %%L /L ".\Cab"
exit
here is the code
#4
Posted 04 November 2005 - 04:47 PM
#5
Posted 06 November 2005 - 08:27 PM
gunsmokingman, on Nov 5 2005, 09:47 AM, said:
This is a sfx files that runs from any location that uses the makecab.
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...
#6
Posted 06 November 2005 - 09:10 PM
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
#7
Posted 06 November 2005 - 11:11 PM
It for the icom that on the title bar is all that is.
Quote
<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.ne...BgImgs/Hta2.ico">
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.ne...BgImgs/Hta2.ico">
#9
Posted 07 November 2005 - 12:52 PM
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.
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.
- ← SVCPACK.INF Problem
- Unattended Windows 2000/XP/2003
- No keyboard and mouse after deploying a syspreped image →
Share this topic:
Page 1 of 1



Help
Back to top










