PC Review


Reply
Thread Tools Rate Thread

command line compression

 
 
djc
Guest
Posts: n/a
 
      8th Jun 2004
is there a built in command line compression utility in 2k/xp/k3 that does
not require an NTFS file system? I simply need to compress a file before
copying it off to a little usb storage key and I don't want to have to use a
third part utility like winzips command line addon or rar or whatever. I'm
hoping I just don't know what it is because it seems nuts to me that one
would not be included in an OS like Windows. I'm looking for builtin... no
seperate util.. not even resource kit.. works for any filesystem.

can someone please enlighten me?


 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      8th Jun 2004
djc wrote:

> is there a built in command line compression utility in 2k/xp/k3 that does
> not require an NTFS file system? I simply need to compress a file before
> copying it off to a little usb storage key and I don't want to have to use a
> third part utility like winzips command line addon or rar or whatever. I'm
> hoping I just don't know what it is because it seems nuts to me that one
> would not be included in an OS like Windows. I'm looking for builtin... no
> seperate util.. not even resource kit.. works for any filesystem.
>
> can someone please enlighten me?

Hi

Sorry, nothing builtin for this...


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/com...r/default.mspx
 
Reply With Quote
 
djc
Guest
Posts: n/a
 
      8th Jun 2004
thanks for the reply.

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> djc wrote:
>
> > is there a built in command line compression utility in 2k/xp/k3 that

does
> > not require an NTFS file system? I simply need to compress a file before
> > copying it off to a little usb storage key and I don't want to have to

use a
> > third part utility like winzips command line addon or rar or whatever.

I'm
> > hoping I just don't know what it is because it seems nuts to me that one
> > would not be included in an OS like Windows. I'm looking for builtin...

no
> > seperate util.. not even resource kit.. works for any filesystem.
> >
> > can someone please enlighten me?

> Hi
>
> Sorry, nothing builtin for this...
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/com...r/default.mspx



 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      9th Jun 2004
djc wrote:

> is there a built in command line compression utility in 2k/xp/k3 that does
> not require an NTFS file system? I simply need to compress a file before
> copying it off to a little usb storage key and I don't want to have to use a
> third part utility like winzips command line addon or rar or whatever. I'm
> hoping I just don't know what it is because it seems nuts to me that one
> would not be included in an OS like Windows. I'm looking for builtin... no
> seperate util.. not even resource kit.. works for any filesystem.
>
> can someone please enlighten me?

Hi

Got an update on this on e-mail, I was wrong, makecab.exe
is available as a builtin on 2k/xp/k3:


C:\>makecab.exe /?
Microsoft (R) Cabinet Maker - Version 5.00.2134.1
Copyright (C) Microsoft Corp. 1981-1999.

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

--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/com...r/default.mspx
 
Reply With Quote
 
djc
Guest
Posts: n/a
 
      16th Jun 2004
SWEET! thanks.

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:%23$(E-Mail Removed)...
> djc wrote:
>
> > is there a built in command line compression utility in 2k/xp/k3 that

does
> > not require an NTFS file system? I simply need to compress a file before
> > copying it off to a little usb storage key and I don't want to have to

use a
> > third part utility like winzips command line addon or rar or whatever.

I'm
> > hoping I just don't know what it is because it seems nuts to me that one
> > would not be included in an OS like Windows. I'm looking for builtin...

no
> > seperate util.. not even resource kit.. works for any filesystem.
> >
> > can someone please enlighten me?

> Hi
>
> Got an update on this on e-mail, I was wrong, makecab.exe
> is available as a builtin on 2k/xp/k3:
>
>
> C:\>makecab.exe /?
> Microsoft (R) Cabinet Maker - Version 5.00.2134.1
> Copyright (C) Microsoft Corp. 1981-1999.
>
> 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).
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/com...r/default.mspx



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use command line to compression/uncompress folder for Vista SOHO1628 Windows Vista General Discussion 1 17th Feb 2009 01:05 PM
command line file compression yawnmoth Windows Vista General Discussion 3 30th Jul 2007 08:39 PM
Compression (ZIP) files by command line =?Utf-8?B?UGF1bCBNY0RvbmFsZA==?= Windows XP Help 0 7th Jun 2004 01:41 PM
Command line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Lars Grøtteland Microsoft Dot NET Framework 1 15th Oct 2003 09:35 AM
Command line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Lars Grøtteland Microsoft Dot NET 1 15th Oct 2003 09:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:53 PM.