Zipping multiple files into separate zips in background

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
The Spirit
Junior Member
Junior Member
Posts: 6
Joined: 2010-04-02, 12:34 UTC

Zipping multiple files into separate zips in background

Post by *The Spirit »

I would like to have the possibility to move the zipping process in the background while zipping multiple file into separate zip files.
The current zip process stays on top and you must wait until it is finished.
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Try: AlwaysPackInBackground=1 in your wincmd.ini
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
The Spirit
Junior Member
Junior Member
Posts: 6
Joined: 2010-04-02, 12:34 UTC

Post by *The Spirit »

That works if ther is only one file, but when you mark 'create seperate archives, one per selected fiel/dir' it stays in front and can not be placed in the background.
isidro
Junior Member
Junior Member
Posts: 96
Joined: 2006-03-21, 04:39 UTC
Location: argentina

Post by *isidro »

Have exactly the same problem, using external Total7zip Version 0.8.5.3, when I compress a whole bunch of directories with not so many files, the PC turns out to be useless until it finishes all because Total7Zip keeps getting focus each time it passes to the next dir, that's about every 10 seconds for half an hour. It's VERY annoying.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

isidro,
Say thanks to dumb Microsoft guys that removed focus stealing protection from Windows 7+... It is very annoying and it is related to all programs... Just start this simple stealing.bat file and try using any program... text editor, browser, try entering a password...

Code: Select all

@echo off
:again
ping 127.0.0.1 /n 2
start "" ping 127.0.0.1 /n 2
goto again
Post Reply