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!
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "How do you compress/zip files in WIN2K ..."
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.
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.
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.
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
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.
Although you can't install anything, can you copy files over? If so I would use the standard pkzip or gzip (my preference) both of which the executables can be downloaded
Leave a comment: