multiarc MS EXPAND configuration

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 225
Joined: 2003-02-05, 12:41 UTC

multiarc MS EXPAND configuration

Post by *Nigurrath »

Hi all,
here it is a .addon file (for MultiArc) which works with Microsoft compressed files, those distributed in old installation files (with an extension of .EX_ and .DL_)

These pack are able to contains only single files, anyway handling them in TC is useful expecially when managing microsoft installation files..

PS expand.exe is found in the system32 folder

Code: Select all

; -----------------------------------------------------------------------
; WC MultiArc config addon for EX_ and DL_ compressed windows files
; Author:	adapted for MultiArc by Frumento Enrico
; Website:	http://web.cefriel.it/~frumento
; -----------------------------------------------------------------------
;
[EX_]
TypeName=EX_
ID=53 5A 44 44
IDPos=0
Extension=EX_,DL_
Archiver=expand.exe
Start="Copyright (C) Microsoft Corp 1990-1999"
End="^ "
Format0=".nnnnnnnnnnnn* nnnnnnnnnnnnnnn"
Extract="%P %AQA %FQ"
List="%P -D %AQA"
IgnoreErrors=0
Debug=0
UnixPath=0
SkipDirsInFileList=1
SkipEmptyNames=1
BatchUnpack=0
SearchForUglyDirs=0
AskMode=0
SkipLIST=0
; -----------------------------------------------------------------------
Last edited by Nigurrath on 2003-09-27, 12:40 UTC, edited 2 times in total.
always latest 32b TC on a WIN10 64b
User avatar
atomix
Junior Member
Junior Member
Posts: 33
Joined: 2003-02-05, 13:35 UTC
Location: TotalCmd Planet

Post by *atomix »

Thank you! :)
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Marvellous !!!

Missing it for a long time.
Thanks!
#5767 Personal license
jy Cheng
Junior Member
Junior Member
Posts: 15
Joined: 2003-06-15, 06:31 UTC

Re: multiarc MS EXPAND configuration

Post by *jy Cheng »

Nigurrath wrote:Hi all,

Code: Select all

; -----------------------------------------------------------------------
; WC MultiArc config addon for EX_ and DL_ compressed windows files
; Author:	adapted for MultiArc by Frumento Enrico
; Website:	http://web.cefriel.it/~frumento
; -----------------------------------------------------------------------
;
...
Start="Copyright (C) Microsoft Corp 1990-1999.  All rights reserved"
...
Thank you, Nigurrath!
Start="(C) Microsoft Corp 1990-1999"
I think above line is better than yours if you are running under non-English OS :)
Others, I like your wc/tc plugins :)
Last edited by jy Cheng on 2003-09-26, 01:44 UTC, edited 1 time in total.
User avatar
CADweazle
Senior Member
Senior Member
Posts: 297
Joined: 2003-04-03, 09:10 UTC
Location: Freiburg i.Br. Deutschland

Post by *CADweazle »

2Nigurrath

Great idea!!
Somehow I thoght, that this format is supported by TC itself... :shock:

But I was wrong!!

Little tip for German users

Code: Select all

Start="Alle Rechte vorbehalten."
looks a bit better :wink: .

Greetings,
Cheer up, Karl
User avatar
WatchUer
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-22, 10:46 UTC
Location: China

Post by *WatchUer »

TC itself can't handle the .??_ file?

Long time before, I used TC to unpack the .??_ files exist in the Win2000 installation disc. Ctrl + Pgdn go into that type of file, Alt + F9 can unpack it.

How to use the addon code? I don't understand...
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 225
Joined: 2003-02-05, 12:41 UTC

Post by *Nigurrath »

the .addon file has to be used with multiarc (see instructions of this TC addon for usage).
always latest 32b TC on a WIN10 64b
User avatar
WatchUer
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-22, 10:46 UTC
Location: China

Post by *WatchUer »

2Nigurrath: Thx! By your clue, I'm looking into this page:http://wcx.sourceforge.net/index.php?pages=i&page=i
Post Reply