Results 1 to 15 of 15

Thread: (de)compress files?

  1. #1

    Thread Starter
    Hyperactive Member mastermind94's Avatar
    Join Date
    Jun 2000
    Location
    Montréal, Canada
    Posts
    441

    Unhappy

    I know how to compress my file with Compress.EXE but, how to decompress them?

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986

    Nope... but

    Nope.. sorry, but can you tell me how I can compress a file with compress.exe?
    I have VB5

    Thanks mates,
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3

    Thread Starter
    Hyperactive Member mastermind94's Avatar
    Join Date
    Jun 2000
    Location
    Montréal, Canada
    Posts
    441

    Arrow Compress.eXE



    Code:
    shell "COMPRESS -r MyFile.EXE", vbhide
    or by ms-dos prompt
    COMRPESS -r myfile.exe


    *** you may compress everyfile you want (*.EXE *.TXT *.YYY *.*...)

    -r change you last letter of your extension to underscore (_) like: yourfile.exe to yourfile.ex_

    For more information, type compress /?

    The compress.exe file is located in \program files\devstudio\vb\setupkit\kitfil32

  4. #4
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Thanx mate,
    now we're both waiting for answer how to DEcompress

    Bye and thanx again
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  5. #5
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb Expand.EXE

    To (de)compress a file that create from the Compress.EXE, you need the Expand.EXE to decompress it.

    Code:
       Shell "Expand -r MyCompress.tx_ MyCompress.txt

  6. #6
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Chris... I DO have compress.exe, but no expand.exe on my HD

    I have VB 5.0 Enterprise edition...
    damn

    PS: Do you know what the makecab.exe does?


    [Edited by Jop on 06-18-2000 at 12:37 PM]
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  7. #7
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb makecab.EXE

    Hi Job, I did reply a post for the makecab.exe, may be you can take a look on this Thread. Whereby, I almost can get it back from this forum.

    Hope this can help you.

  8. #8

    Thread Starter
    Hyperactive Member mastermind94's Avatar
    Join Date
    Jun 2000
    Location
    Montréal, Canada
    Posts
    441

    Expand

    If you want Expand.EXE, you may ask me. But my version is in french but still the same thing

  9. #9
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Thanx everyone who helped...

    Mastermind... I would love to get your Expand.exe
    but ehr... don't I get language conflicts then?
    and is it VB5?

    Thanx

    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  10. #10
    Hyperactive Member WP's Avatar
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    278

    Exclamation HELP

    HELP
    I can't find Compress.exe or Expand.exe !!!!
    Please somebody mail me !
    [email protected]

    WP

    Visual Basic 6.0 EE SP5 / .Net
    Windows XP

  11. #11
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    If you need one of those files, do an ftp search for them. Goto altavista.com and type "ftp search" in the search box. The first one it will find, is the Lycos FTP Search. Click on the link. There will be a search box. Type something like compress.exe into the search box and click find.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  12. #12
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    The file extract.exe on your windows cd does the same job

  13. #13
    Hyperactive Member WP's Avatar
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    278

    Question There are hundreds of them

    Type something like compress.exe into the search box and click find.
    Yeah nice ! There are hundreds of them , wich one do I have to take?

    Thanks

    WP

    Visual Basic 6.0 EE SP5 / .Net
    Windows XP

  14. #14
    Junior Member
    Join Date
    Mar 2000
    Location
    Ede, Gelderland, Nederland
    Posts
    26

    Post Is it also possible to compress and decompress ace files?

    You can get winace from: http://www.winace.com

    It is better than winzip and mscab I think
    LauPro

  15. #15
    Guest
    There is a file that goes along with Compress.exe. It is called Extract.exe which will extract everything in the compressed file.

    For anyone that wants it, I have both files zipped. If you email me, I will reply back. Don't post to tell me you want it. It'll be much easier to just reply thru email.
    Email is in my signature.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width