• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

How do you compress/zip files in WIN2K ...

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Java's 'jar' command is the same as zip, just that it creates a file with a .jar extension. So if you've got a Java VM installed on there follow the instructions here - http://java.sun.com/j2se/1.4.2/docs/...ndows/jar.html - and rename the resulting file to .zip
    Listen to my last album on Spotify

    Comment


      #12
      Originally posted by Cowboy Bob
      Java's 'jar' command is the same as zip, just that it creates a file with a .jar extension. So if you've got a Java VM installed on there follow the instructions here - http://java.sun.com/j2se/1.4.2/docs/...ndows/jar.html - and rename the resulting file to .zip
      Good idea - also, just tell jar to write to a .zip file, no renaming needed.

      Comment


        #13
        Originally posted by MrsGoof
        Update

        What I decided to do which isn't quite what I want but it's close, is that I have created a top level folder that is compressed, then I can copy the archives under that folder , which will inherit the Compressed attribute.
        If the file system supports native compression, which it appears to do since you were able to do this, you can compress a file from the command line (without needing to copy it to a folder with the 'compressed' attribute) using the "compact /c" command. Go to a DOS box and type "compact /?" for more information.

        Comment


          #14
          Originally posted by Magnus
          If the file system supports native compression, which it appears to do since you were able to do this, you can compress a file from the command line (without needing to copy it to a folder with the 'compressed' attribute) using the "compact /c" command. Go to a DOS box and type "compact /?" for more information.
          That was a thread I tried to follow, but alas no COMPACT command on this WIN2K box.

          thanks anyway,
          Your parents ruin the first half of your life and your kids ruin the second half

          Comment

          Working...
          X