|
-
Mar 14th, 2006, 02:15 PM
#1
Thread Starter
Lively Member
can you solve this problem???
hi
In VB6 there is a utility makecab.exe at
C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\makecab.exei copied this file and pasted into c:\windows\command
and then i opened command (DOS) and type
makecab and i got following
C:\WINDOWS\Desktop\23>makecab
Microsoft (R) Cabinet Maker - Version (32) 1.00.0600 (11/22/96)
Copyright (c) Microsoft Corp 1993-1996. All rights reserved.
MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]
source File to compress.
destination File name to give compressed file. If omitted, the
last character of the source file name is replaced
with an underscore (_) and used as the destination.
/F directives A file with MakeCAB directives (may be repeated).
/D var=value Defines variable with specified value.
/L dir Location to place destination (default is current directory).
/V[n] Verbosity level (1..3).
when i type: makecab test.txt test.cab
i got following
Microsoft (R) Cabinet Maker - Version (32) 1.00.0600 (11/22/96
Copyright (c) Microsoft Corp 1993-1996. All rights reserved.
100.00% - test.txt (1 of 1)
and cab file (test.cab) created in current directory
my question is that how can i make cab file compressing multiple files into a single
cabinet (cab) file ,using makecab.
Last edited by Nida; Mar 14th, 2006 at 03:15 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|