Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
student:zip:creating [2018/08/20 11:29] bernstdhstudent:zip:creating [2018/08/20 11:30] bernstdh
Line 20: Line 20:
 To create a ''%%.zip%%'' file from the command shell, you can use the following command: To create a ''%%.zip%%'' file from the command shell, you can use the following command:
  
-  |   zip //archive//.zip //file// [//file//]...   | 
  
 |   zip //archive//.zip //file// [//file//]...   | |   zip //archive//.zip //file// [//file//]...   |
Line 34: Line 33:
   - Control-click on any other files to select them.   - Control-click on any other files to select them.
   - Right-click on one of the selected files and pull down to <key>Send To</key> and pull down to <key>Compressed (zipped) Folder</key>.   - Right-click on one of the selected files and pull down to <key>Send To</key> and pull down to <key>Compressed (zipped) Folder</key>.
 +
 If the Java Development Kit is installed and in your PATH, you   can also create a ''%%.zip%%'' file from the command shell   using the following command: If the Java Development Kit is installed and in your PATH, you   can also create a ''%%.zip%%'' file from the command shell   using the following command:
  
-  |   jar -cvf //archive//.zip //file// [//file//]...     |+|   jar -cvf //archive//.zip //file// [//file//]...     |
  
  
Line 49: Line 49:
   - Command-click on any other files to select them.   - Command-click on any other files to select them.
   - Right-click on one of the selected files and pull down to <key>Compress ... Items</key>.   - Right-click on one of the selected files and pull down to <key>Compress ... Items</key>.
 +
 To create a ''%%.zip%%'' file from the command shell, you can use the following command: To create a ''%%.zip%%'' file from the command shell, you can use the following command:
  
-  |   zip //archive//.zip //file// [//file//]...     |+|   zip //archive//.zip //file// [//file//]...     |
  
 If the Java Development Kit is installed and in your PATH, you   can also create a ''%%.zip%%'' file from the command shell using the following command: If the Java Development Kit is installed and in your PATH, you   can also create a ''%%.zip%%'' file from the command shell using the following command:
  
-  |    jar -cvf //archive//.zip //file// [//file//]...     |+|    jar -cvf //archive//.zip //file// [//file//]...     |