Home » Personal collection » Acorn hard disk » unzip_tools » !Infozip » ReadMe

ReadMe

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » unzip_tools » !Infozip
Filename: ReadMe
Read OK:
File size: 2844 bytes
Load address: 0000
Exec address: 0000
File contents
    ____      ____            _
   /  _/___  / __/___  ____  (_)___
   / // __ \/ /_/ __ \/_  / / / __ \
 _/ // / / / __/ /_/ / / /_/ / /_/ / version 3�05
/___/_/ /_/_/  \____/ /___/_/ .___/
                           /_/      A front-end for the Info-Zip routines

I, Harriet Bazley, accept no credit (and likewise take no blame) for the performance of the zip/unzip procedures used by this program.   They are nothing to do with me whatsoever.   There may well be more recent versions available (current versions used by Infozip are UnZip 5�50 and Zip 2�3).

Hardware required: RISC-OS 3�1 or greater and enough free memory to run both a taskwindow and this program - at least 400k during the actual compression / decompression.  Sorry.

How to use:
----------
          Drag a zipfile to the iconbar icon and a window will be displayed showing its contents.   Drag the icon(s) out of this window into a Filer directory window in order to decompress and save the contents into that directory.   A taskwindow will appear, showing the progress so far.
          Drag any other type of file/directory/application to the iconbar icon and a standard savebox window will be displayed.   Drag the zipfile icon out of this window into a Filer directory window in order to compress and save your files into that directory.  A taskwindow will appear, showing the progress so far.
         Note that you can still use your desktop while a taskwindow is on screen - the computer doesn't 'lock up' - but DON'T close the taskwindow until it has finished!

More details:
------------
 Filetypes:
          Infozip ignores the filetype of files dragged to its icon.   Instead it performs a quick check (see "Technical details" below) to decide whether they are zipfiles or not.   This is necessary because files from a DOS source are not filetyped, and because many RISC OS files of type "Archive" (the type created by this program) are not archived by zip routines but by native RISC OS methods, and cannot be decompressed by this program.
          In its contents window, Infozip distinguishes only between directories, applications and files.   There is no way of reading the correct sprite for an application or the correct filetype of a file using the command-line interface (which is all this program actually does�), so all applications use the default sprite and all files appear as untyped files.

 The zipfile contents window:
          Unlike the RISC OS FIler, only one contents window can be open at a time, so the pane at the top of the window displays the 'internal path' (in the zipfile's internal UNIX file format) of the currently-displayed directory.
          Double-clicking on a directory or application icon will 'open' that directory and display its contents in the window.   To go back up to the previous directory, click on the up arrow icon at the top left of the contents window, or select 'Open parent' from the menu.   ADJUST-clicking will open a Filer window showing the zipfile itself.
          Double-clicking on a file will decompress and Filer_Run it.   If you hold down SHIFT while double-clicking the file will instead be loaded into a text editor.
          Dragging an icon out of the window will decompress it.   Choosing 'Select all' from the menu allows you to drag out the entire contents of a directory at once.    Dragging any object - even another zipfile! - *into* the window will cause it to be added to the contents of the zipfile.   The display will be updated to reflect this.   Hold down SHIFT to move the object into the zipfile, i.e. to delete the original after zipping it.
          The 'Display' submenu allows you to sort the icons in the window by name order instead of by the order in which they were originally added to the zipfile.
          Selecting 'Delete' from the 'File "name"' submenu allows you to delete that object.   The entry 'Info' on this submenu displays a window giving information on the file's date and size.
          Selecting 'New directory' allows you to create a new empty directory within the zipfile.

 Options:
          "Convert text files to LF": Any text files (as opposed to machine code, graphics files, etc.) will be decompressed with RISC OS line endings rather than the CR+LF combination.   Text files will be reported as [text] while decompressing (unless you have "Quiet output" selected) - if you notice it getting one wrong, you can switch this option off.
          "Ignore directory structure": All the files within all the directories in the archive will be saved into the same output directory.   Note that this could cause you to exceed the old ADFS 77-file directory limit!
          "DOS names in lowercase":  In theory any files archived on a DOS-based computer should be translated into lowercase.   Uppercase filenames archived on a RISC OS machine are *not* affected.
          "Quiet output": the taskwindow will only open if there is an error, or if you are asked to confirm that you wish to overwrite a file (unless "Overwrite silently" is selected).
          "Only extract newer": files will only be extracted, overwriting existing files, if the datestamp of the archived version is more recent.   In addition, if you are extracting from the top level of the zipfile, you will be asked to confirm overwriting.
          If this option is off, archived files will automatically be extracted whether or not non-archived versions exist in the destination directory - be careful!
          "Zip images as single files": image files are no longer translated into directories when zipped.

The current option settings are saved when you click on 'Save' in the Configure window.

 The savebox:
          When this appears, drag the icon to a directory window to determine where the new zipfile will be created.

 The iconbar:
          If a zipfile catalogue is open, then clicking SELECT on the iconbar icon will bring it to the front of the window stack. Clicking ADJUST will allow you to create a new (empty) zipfile.   Clicking SHIFT-ADJUST will open the Configure window. The iconbar menu additionally provides access to the application manual.

  Self-extracting archives:
          Dragging an existing archive to the iconbar while holding down CONTROL allows you to convert it to a self-extracting archive which will decompress itself when double-clicked.  Note that the resulting archives will work on RISC-OS computers ONLY.
          Dragging a self-extracting archive to the iconbar while holding down CONTROL gives you the option to convert it back to a normal zipfile.

Possible causes of error
------------------------
"This file is already compressed":  There is no point trying to compress this file since the filetype indicates that it is already compressed.   The list of filetypes to be rejected is set in the !Boot file and can be edited.

"This archive is not a zip file":  Not all files of type &DDC are zip archives.   Sorry.

Infozip thinks my (uncompressed) file is an archive and opens a window full of non-existent files with silly names:   Your file happens to meet my (rather loose) zipfile detection criteria - sorry.   Try splitting up the 'P' and the 'K' if you can (see below under "Technical details"), or add it to the contents of another archive rather than trying to drag it to the iconbar on its own.

"zip warning: name not matched":  This error is almost invariably caused by problems in DOS/RISC-OS filename conversion.   Note in particular that RISC-OS filenames will cause trouble if they have more than one slash character "/" in them, i.e. 'Cash1/8/98'.   Try using the 'Select all' option from the top level of the archive, even if there is only one file in the archive.

"A previous copy of Infozip still seems to be running":  Trying to run two copies simultaneously is likely to cause both to crash, so you should normally click on Cancel!   However, if Infozip crashes really badly, or is quit via Alt-Break on a RISC-PC, it may get confused and believe that the crashed copy is still running - if this was the case you will need to click OK.

"Task still in progress":     This error usually occurs when you drag a selection of icons out of a Filer window into Infozip, rather than just one.   It can also occur if you try to <add> an object to the contents window while Infozip is still in the middle of compression/decompression.
   Unfortunately Infozip isn't capable of keeping track of more than one external task (in this case, a taskwindow) at a time.   If you want to zip a selection of files, the best way to do it is to put them all in one directory and to zip that.

Note that there is a non-fatal bug in the Info-ZIP zip routine under RISC OS 4 when zipping directly to RAMdisc which causes it to do so *twice*, resulting in an error for the second attempt.   I have reported this behaviour but have no great hopes of seeing it fixed in the near future.

Technical details:
------------------
  Infozip's 'type-checking' is extremely crude since I have no idea what the correct specification for a zipfile is!   It simply checks whether the two characters occurring 22 bytes before the end of a file are the letters "PK" or not, and assumes that any file without these letters is to be compressed and not decompressed.

  Infozip adds the !Infozip.Routines directory to <Run$Path> - this means that you can access the 'zip' and 'unzip' routines directly from the command line. If you already have a copy of the Info-ZIP routines (for instance in your library directory), these will override the copies inside !Infozip.

Copying, altering or borrowing from this program:
------------------------------------------------
        The desktop front-end program !Infozip is freeware.   Anybody may give it to as many other people as they like - and they may also improve it in any way they see fit, and may appropriate any good ideas they find therein for their own programs.

        Sources for the zip/unzip command-line routines used are available from Info-ZIP's home Website, http://www.info-zip.org/pub/infozip/ and many other sites - see the documentation in the !Infozip.Routines directory.   These routines are copyright Info-ZIP and modified versions should *not* be redistributed without contacting them first.  (Try Zip-Bugs@lists.wku.edu)
00000000  20 20 20 20 5f 5f 5f 5f  20 20 20 20 20 20 5f 5f  |    ____      __|
00000010  5f 5f 20 20 20 20 20 20  20 20 20 20 20 20 5f 0a  |__            _.|
00000020  20 20 20 2f 20 20 5f 2f  5f 5f 5f 20 20 2f 20 5f  |   /  _/___  / _|
00000030  5f 2f 5f 5f 5f 20 20 5f  5f 5f 5f 20 20 28 5f 29  |_/___  ____  (_)|
00000040  5f 5f 5f 0a 20 20 20 2f  20 2f 2f 20 5f 5f 20 5c  |___.   / // __ \|
00000050  2f 20 2f 5f 2f 20 5f 5f  20 5c 2f 5f 20 20 2f 20  |/ /_/ __ \/_  / |
00000060  2f 20 2f 20 5f 5f 20 5c  0a 20 5f 2f 20 2f 2f 20  |/ / __ \. _/ // |
00000070  2f 20 2f 20 2f 20 5f 5f  2f 20 2f 5f 2f 20 2f 20  |/ / / __/ /_/ / |
00000080  2f 20 2f 5f 2f 20 2f 20  2f 5f 2f 20 2f 20 76 65  |/ /_/ / /_/ / ve|
00000090  72 73 69 6f 6e 20 33 b7  30 35 0a 2f 5f 5f 5f 2f  |rsion 3.05./___/|
000000a0  5f 2f 20 2f 5f 2f 5f 2f  20 20 5c 5f 5f 5f 5f 2f  |_/ /_/_/  \____/|
000000b0  20 2f 5f 5f 5f 2f 5f 2f  20 2e 5f 5f 5f 2f 0a 20  | /___/_/ .___/. |
000000c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000d0  20 20 20 20 20 20 20 20  20 20 2f 5f 2f 20 20 20  |          /_/   |
000000e0  20 20 20 41 20 66 72 6f  6e 74 2d 65 6e 64 20 66  |   A front-end f|
000000f0  6f 72 20 74 68 65 20 49  6e 66 6f 2d 5a 69 70 20  |or the Info-Zip |
00000100  72 6f 75 74 69 6e 65 73  0a 0a 49 2c 20 48 61 72  |routines..I, Har|
00000110  72 69 65 74 20 42 61 7a  6c 65 79 2c 20 61 63 63  |riet Bazley, acc|
00000120  65 70 74 20 6e 6f 20 63  72 65 64 69 74 20 28 61  |ept no credit (a|
00000130  6e 64 20 6c 69 6b 65 77  69 73 65 20 74 61 6b 65  |nd likewise take|
00000140  20 6e 6f 20 62 6c 61 6d  65 29 20 66 6f 72 20 74  | no blame) for t|
00000150  68 65 20 70 65 72 66 6f  72 6d 61 6e 63 65 20 6f  |he performance o|
00000160  66 20 74 68 65 20 7a 69  70 2f 75 6e 7a 69 70 20  |f the zip/unzip |
00000170  70 72 6f 63 65 64 75 72  65 73 20 75 73 65 64 20  |procedures used |
00000180  62 79 20 74 68 69 73 20  70 72 6f 67 72 61 6d 2e  |by this program.|
00000190  20 20 20 54 68 65 79 20  61 72 65 20 6e 6f 74 68  |   They are noth|
000001a0  69 6e 67 20 74 6f 20 64  6f 20 77 69 74 68 20 6d  |ing to do with m|
000001b0  65 20 77 68 61 74 73 6f  65 76 65 72 2e 20 20 20  |e whatsoever.   |
000001c0  54 68 65 72 65 20 6d 61  79 20 77 65 6c 6c 20 62  |There may well b|
000001d0  65 20 6d 6f 72 65 20 72  65 63 65 6e 74 20 76 65  |e more recent ve|
000001e0  72 73 69 6f 6e 73 20 61  76 61 69 6c 61 62 6c 65  |rsions available|
000001f0  20 28 63 75 72 72 65 6e  74 20 76 65 72 73 69 6f  | (current versio|
00000200  6e 73 20 75 73 65 64 20  62 79 20 49 6e 66 6f 7a  |ns used by Infoz|
00000210  69 70 20 61 72 65 20 55  6e 5a 69 70 20 35 b7 35  |ip are UnZip 5.5|
00000220  30 20 61 6e 64 20 5a 69  70 20 32 b7 33 29 2e 0a  |0 and Zip 2.3)..|
00000230  0a 48 61 72 64 77 61 72  65 20 72 65 71 75 69 72  |.Hardware requir|
00000240  65 64 3a 20 52 49 53 43  2d 4f 53 20 33 b7 31 20  |ed: RISC-OS 3.1 |
00000250  6f 72 20 67 72 65 61 74  65 72 20 61 6e 64 20 65  |or greater and e|
00000260  6e 6f 75 67 68 20 66 72  65 65 20 6d 65 6d 6f 72  |nough free memor|
00000270  79 20 74 6f 20 72 75 6e  20 62 6f 74 68 20 61 20  |y to run both a |
00000280  74 61 73 6b 77 69 6e 64  6f 77 20 61 6e 64 20 74  |taskwindow and t|
00000290  68 69 73 20 70 72 6f 67  72 61 6d 20 2d 20 61 74  |his program - at|
000002a0  20 6c 65 61 73 74 20 34  30 30 6b 20 64 75 72 69  | least 400k duri|
000002b0  6e 67 20 74 68 65 20 61  63 74 75 61 6c 20 63 6f  |ng the actual co|
000002c0  6d 70 72 65 73 73 69 6f  6e 20 2f 20 64 65 63 6f  |mpression / deco|
000002d0  6d 70 72 65 73 73 69 6f  6e 2e 20 20 53 6f 72 72  |mpression.  Sorr|
000002e0  79 2e 0a 0a 48 6f 77 20  74 6f 20 75 73 65 3a 0a  |y...How to use:.|
000002f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 20 20 20 20 20  |----------.     |
00000300  20 20 20 20 20 44 72 61  67 20 61 20 7a 69 70 66  |     Drag a zipf|
00000310  69 6c 65 20 74 6f 20 74  68 65 20 69 63 6f 6e 62  |ile to the iconb|
00000320  61 72 20 69 63 6f 6e 20  61 6e 64 20 61 20 77 69  |ar icon and a wi|
00000330  6e 64 6f 77 20 77 69 6c  6c 20 62 65 20 64 69 73  |ndow will be dis|
00000340  70 6c 61 79 65 64 20 73  68 6f 77 69 6e 67 20 69  |played showing i|
00000350  74 73 20 63 6f 6e 74 65  6e 74 73 2e 20 20 20 44  |ts contents.   D|
00000360  72 61 67 20 74 68 65 20  69 63 6f 6e 28 73 29 20  |rag the icon(s) |
00000370  6f 75 74 20 6f 66 20 74  68 69 73 20 77 69 6e 64  |out of this wind|
00000380  6f 77 20 69 6e 74 6f 20  61 20 46 69 6c 65 72 20  |ow into a Filer |
00000390  64 69 72 65 63 74 6f 72  79 20 77 69 6e 64 6f 77  |directory window|
000003a0  20 69 6e 20 6f 72 64 65  72 20 74 6f 20 64 65 63  | in order to dec|
000003b0  6f 6d 70 72 65 73 73 20  61 6e 64 20 73 61 76 65  |ompress and save|
000003c0  20 74 68 65 20 63 6f 6e  74 65 6e 74 73 20 69 6e  | the contents in|
000003d0  74 6f 20 74 68 61 74 20  64 69 72 65 63 74 6f 72  |to that director|
000003e0  79 2e 20 20 20 41 20 74  61 73 6b 77 69 6e 64 6f  |y.   A taskwindo|
000003f0  77 20 77 69 6c 6c 20 61  70 70 65 61 72 2c 20 73  |w will appear, s|
00000400  68 6f 77 69 6e 67 20 74  68 65 20 70 72 6f 67 72  |howing the progr|
00000410  65 73 73 20 73 6f 20 66  61 72 2e 0a 20 20 20 20  |ess so far..    |
00000420  20 20 20 20 20 20 44 72  61 67 20 61 6e 79 20 6f  |      Drag any o|
00000430  74 68 65 72 20 74 79 70  65 20 6f 66 20 66 69 6c  |ther type of fil|
00000440  65 2f 64 69 72 65 63 74  6f 72 79 2f 61 70 70 6c  |e/directory/appl|
00000450  69 63 61 74 69 6f 6e 20  74 6f 20 74 68 65 20 69  |ication to the i|
00000460  63 6f 6e 62 61 72 20 69  63 6f 6e 20 61 6e 64 20  |conbar icon and |
00000470  61 20 73 74 61 6e 64 61  72 64 20 73 61 76 65 62  |a standard saveb|
00000480  6f 78 20 77 69 6e 64 6f  77 20 77 69 6c 6c 20 62  |ox window will b|
00000490  65 20 64 69 73 70 6c 61  79 65 64 2e 20 20 20 44  |e displayed.   D|
000004a0  72 61 67 20 74 68 65 20  7a 69 70 66 69 6c 65 20  |rag the zipfile |
000004b0  69 63 6f 6e 20 6f 75 74  20 6f 66 20 74 68 69 73  |icon out of this|
000004c0  20 77 69 6e 64 6f 77 20  69 6e 74 6f 20 61 20 46  | window into a F|
000004d0  69 6c 65 72 20 64 69 72  65 63 74 6f 72 79 20 77  |iler directory w|
000004e0  69 6e 64 6f 77 20 69 6e  20 6f 72 64 65 72 20 74  |indow in order t|
000004f0  6f 20 63 6f 6d 70 72 65  73 73 20 61 6e 64 20 73  |o compress and s|
00000500  61 76 65 20 79 6f 75 72  20 66 69 6c 65 73 20 69  |ave your files i|
00000510  6e 74 6f 20 74 68 61 74  20 64 69 72 65 63 74 6f  |nto that directo|
00000520  72 79 2e 20 20 41 20 74  61 73 6b 77 69 6e 64 6f  |ry.  A taskwindo|
00000530  77 20 77 69 6c 6c 20 61  70 70 65 61 72 2c 20 73  |w will appear, s|
00000540  68 6f 77 69 6e 67 20 74  68 65 20 70 72 6f 67 72  |howing the progr|
00000550  65 73 73 20 73 6f 20 66  61 72 2e 0a 20 20 20 20  |ess so far..    |
00000560  20 20 20 20 20 4e 6f 74  65 20 74 68 61 74 20 79  |     Note that y|
00000570  6f 75 20 63 61 6e 20 73  74 69 6c 6c 20 75 73 65  |ou can still use|
00000580  20 79 6f 75 72 20 64 65  73 6b 74 6f 70 20 77 68  | your desktop wh|
00000590  69 6c 65 20 61 20 74 61  73 6b 77 69 6e 64 6f 77  |ile a taskwindow|
000005a0  20 69 73 20 6f 6e 20 73  63 72 65 65 6e 20 2d 20  | is on screen - |
000005b0  74 68 65 20 63 6f 6d 70  75 74 65 72 20 64 6f 65  |the computer doe|
000005c0  73 6e 27 74 20 27 6c 6f  63 6b 20 75 70 27 20 2d  |sn't 'lock up' -|
000005d0  20 62 75 74 20 44 4f 4e  27 54 20 63 6c 6f 73 65  | but DON'T close|
000005e0  20 74 68 65 20 74 61 73  6b 77 69 6e 64 6f 77 20  | the taskwindow |
000005f0  75 6e 74 69 6c 20 69 74  20 68 61 73 20 66 69 6e  |until it has fin|
00000600  69 73 68 65 64 21 0a 0a  4d 6f 72 65 20 64 65 74  |ished!..More det|
00000610  61 69 6c 73 3a 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |ails:.----------|
00000620  2d 2d 0a 20 46 69 6c 65  74 79 70 65 73 3a 0a 20  |--. Filetypes:. |
00000630  20 20 20 20 20 20 20 20  20 49 6e 66 6f 7a 69 70  |         Infozip|
00000640  20 69 67 6e 6f 72 65 73  20 74 68 65 20 66 69 6c  | ignores the fil|
00000650  65 74 79 70 65 20 6f 66  20 66 69 6c 65 73 20 64  |etype of files d|
00000660  72 61 67 67 65 64 20 74  6f 20 69 74 73 20 69 63  |ragged to its ic|
00000670  6f 6e 2e 20 20 20 49 6e  73 74 65 61 64 20 69 74  |on.   Instead it|
00000680  20 70 65 72 66 6f 72 6d  73 20 61 20 71 75 69 63  | performs a quic|
00000690  6b 20 63 68 65 63 6b 20  28 73 65 65 20 22 54 65  |k check (see "Te|
000006a0  63 68 6e 69 63 61 6c 20  64 65 74 61 69 6c 73 22  |chnical details"|
000006b0  20 62 65 6c 6f 77 29 20  74 6f 20 64 65 63 69 64  | below) to decid|
000006c0  65 20 77 68 65 74 68 65  72 20 74 68 65 79 20 61  |e whether they a|
000006d0  72 65 20 7a 69 70 66 69  6c 65 73 20 6f 72 20 6e  |re zipfiles or n|
000006e0  6f 74 2e 20 20 20 54 68  69 73 20 69 73 20 6e 65  |ot.   This is ne|
000006f0  63 65 73 73 61 72 79 20  62 65 63 61 75 73 65 20  |cessary because |
00000700  66 69 6c 65 73 20 66 72  6f 6d 20 61 20 44 4f 53  |files from a DOS|
00000710  20 73 6f 75 72 63 65 20  61 72 65 20 6e 6f 74 20  | source are not |
00000720  66 69 6c 65 74 79 70 65  64 2c 20 61 6e 64 20 62  |filetyped, and b|
00000730  65 63 61 75 73 65 20 6d  61 6e 79 20 52 49 53 43  |ecause many RISC|
00000740  20 4f 53 20 66 69 6c 65  73 20 6f 66 20 74 79 70  | OS files of typ|
00000750  65 20 22 41 72 63 68 69  76 65 22 20 28 74 68 65  |e "Archive" (the|
00000760  20 74 79 70 65 20 63 72  65 61 74 65 64 20 62 79  | type created by|
00000770  20 74 68 69 73 20 70 72  6f 67 72 61 6d 29 20 61  | this program) a|
00000780  72 65 20 6e 6f 74 20 61  72 63 68 69 76 65 64 20  |re not archived |
00000790  62 79 20 7a 69 70 20 72  6f 75 74 69 6e 65 73 20  |by zip routines |
000007a0  62 75 74 20 62 79 20 6e  61 74 69 76 65 20 52 49  |but by native RI|
000007b0  53 43 20 4f 53 20 6d 65  74 68 6f 64 73 2c 20 61  |SC OS methods, a|
000007c0  6e 64 20 63 61 6e 6e 6f  74 20 62 65 20 64 65 63  |nd cannot be dec|
000007d0  6f 6d 70 72 65 73 73 65  64 20 62 79 20 74 68 69  |ompressed by thi|
000007e0  73 20 70 72 6f 67 72 61  6d 2e 0a 20 20 20 20 20  |s program..     |
000007f0  20 20 20 20 20 49 6e 20  69 74 73 20 63 6f 6e 74  |     In its cont|
00000800  65 6e 74 73 20 77 69 6e  64 6f 77 2c 20 49 6e 66  |ents window, Inf|
00000810  6f 7a 69 70 20 64 69 73  74 69 6e 67 75 69 73 68  |ozip distinguish|
00000820  65 73 20 6f 6e 6c 79 20  62 65 74 77 65 65 6e 20  |es only between |
00000830  64 69 72 65 63 74 6f 72  69 65 73 2c 20 61 70 70  |directories, app|
00000840  6c 69 63 61 74 69 6f 6e  73 20 61 6e 64 20 66 69  |lications and fi|
00000850  6c 65 73 2e 20 20 20 54  68 65 72 65 20 69 73 20  |les.   There is |
00000860  6e 6f 20 77 61 79 20 6f  66 20 72 65 61 64 69 6e  |no way of readin|
00000870  67 20 74 68 65 20 63 6f  72 72 65 63 74 20 73 70  |g the correct sp|
00000880  72 69 74 65 20 66 6f 72  20 61 6e 20 61 70 70 6c  |rite for an appl|
00000890  69 63 61 74 69 6f 6e 20  6f 72 20 74 68 65 20 63  |ication or the c|
000008a0  6f 72 72 65 63 74 20 66  69 6c 65 74 79 70 65 20  |orrect filetype |
000008b0  6f 66 20 61 20 66 69 6c  65 20 75 73 69 6e 67 20  |of a file using |
000008c0  74 68 65 20 63 6f 6d 6d  61 6e 64 2d 6c 69 6e 65  |the command-line|
000008d0  20 69 6e 74 65 72 66 61  63 65 20 28 77 68 69 63  | interface (whic|
000008e0  68 20 69 73 20 61 6c 6c  20 74 68 69 73 20 70 72  |h is all this pr|
000008f0  6f 67 72 61 6d 20 61 63  74 75 61 6c 6c 79 20 64  |ogram actually d|
00000900  6f 65 73 8c 29 2c 20 73  6f 20 61 6c 6c 20 61 70  |oes.), so all ap|
00000910  70 6c 69 63 61 74 69 6f  6e 73 20 75 73 65 20 74  |plications use t|
00000920  68 65 20 64 65 66 61 75  6c 74 20 73 70 72 69 74  |he default sprit|
00000930  65 20 61 6e 64 20 61 6c  6c 20 66 69 6c 65 73 20  |e and all files |
00000940  61 70 70 65 61 72 20 61  73 20 75 6e 74 79 70 65  |appear as untype|
00000950  64 20 66 69 6c 65 73 2e  0a 0a 20 54 68 65 20 7a  |d files... The z|
00000960  69 70 66 69 6c 65 20 63  6f 6e 74 65 6e 74 73 20  |ipfile contents |
00000970  77 69 6e 64 6f 77 3a 0a  20 20 20 20 20 20 20 20  |window:.        |
00000980  20 20 55 6e 6c 69 6b 65  20 74 68 65 20 52 49 53  |  Unlike the RIS|
00000990  43 20 4f 53 20 46 49 6c  65 72 2c 20 6f 6e 6c 79  |C OS FIler, only|
000009a0  20 6f 6e 65 20 63 6f 6e  74 65 6e 74 73 20 77 69  | one contents wi|
000009b0  6e 64 6f 77 20 63 61 6e  20 62 65 20 6f 70 65 6e  |ndow can be open|
000009c0  20 61 74 20 61 20 74 69  6d 65 2c 20 73 6f 20 74  | at a time, so t|
000009d0  68 65 20 70 61 6e 65 20  61 74 20 74 68 65 20 74  |he pane at the t|
000009e0  6f 70 20 6f 66 20 74 68  65 20 77 69 6e 64 6f 77  |op of the window|
000009f0  20 64 69 73 70 6c 61 79  73 20 74 68 65 20 27 69  | displays the 'i|
00000a00  6e 74 65 72 6e 61 6c 20  70 61 74 68 27 20 28 69  |nternal path' (i|
00000a10  6e 20 74 68 65 20 7a 69  70 66 69 6c 65 27 73 20  |n the zipfile's |
00000a20  69 6e 74 65 72 6e 61 6c  20 55 4e 49 58 20 66 69  |internal UNIX fi|
00000a30  6c 65 20 66 6f 72 6d 61  74 29 20 6f 66 20 74 68  |le format) of th|
00000a40  65 20 63 75 72 72 65 6e  74 6c 79 2d 64 69 73 70  |e currently-disp|
00000a50  6c 61 79 65 64 20 64 69  72 65 63 74 6f 72 79 2e  |layed directory.|
00000a60  0a 20 20 20 20 20 20 20  20 20 20 44 6f 75 62 6c  |.          Doubl|
00000a70  65 2d 63 6c 69 63 6b 69  6e 67 20 6f 6e 20 61 20  |e-clicking on a |
00000a80  64 69 72 65 63 74 6f 72  79 20 6f 72 20 61 70 70  |directory or app|
00000a90  6c 69 63 61 74 69 6f 6e  20 69 63 6f 6e 20 77 69  |lication icon wi|
00000aa0  6c 6c 20 27 6f 70 65 6e  27 20 74 68 61 74 20 64  |ll 'open' that d|
00000ab0  69 72 65 63 74 6f 72 79  20 61 6e 64 20 64 69 73  |irectory and dis|
00000ac0  70 6c 61 79 20 69 74 73  20 63 6f 6e 74 65 6e 74  |play its content|
00000ad0  73 20 69 6e 20 74 68 65  20 77 69 6e 64 6f 77 2e  |s in the window.|
00000ae0  20 20 20 54 6f 20 67 6f  20 62 61 63 6b 20 75 70  |   To go back up|
00000af0  20 74 6f 20 74 68 65 20  70 72 65 76 69 6f 75 73  | to the previous|
00000b00  20 64 69 72 65 63 74 6f  72 79 2c 20 63 6c 69 63  | directory, clic|
00000b10  6b 20 6f 6e 20 74 68 65  20 75 70 20 61 72 72 6f  |k on the up arro|
00000b20  77 20 69 63 6f 6e 20 61  74 20 74 68 65 20 74 6f  |w icon at the to|
00000b30  70 20 6c 65 66 74 20 6f  66 20 74 68 65 20 63 6f  |p left of the co|
00000b40  6e 74 65 6e 74 73 20 77  69 6e 64 6f 77 2c 20 6f  |ntents window, o|
00000b50  72 20 73 65 6c 65 63 74  20 27 4f 70 65 6e 20 70  |r select 'Open p|
00000b60  61 72 65 6e 74 27 20 66  72 6f 6d 20 74 68 65 20  |arent' from the |
00000b70  6d 65 6e 75 2e 20 20 20  41 44 4a 55 53 54 2d 63  |menu.   ADJUST-c|
00000b80  6c 69 63 6b 69 6e 67 20  77 69 6c 6c 20 6f 70 65  |licking will ope|
00000b90  6e 20 61 20 46 69 6c 65  72 20 77 69 6e 64 6f 77  |n a Filer window|
00000ba0  20 73 68 6f 77 69 6e 67  20 74 68 65 20 7a 69 70  | showing the zip|
00000bb0  66 69 6c 65 20 69 74 73  65 6c 66 2e 0a 20 20 20  |file itself..   |
00000bc0  20 20 20 20 20 20 20 44  6f 75 62 6c 65 2d 63 6c  |       Double-cl|
00000bd0  69 63 6b 69 6e 67 20 6f  6e 20 61 20 66 69 6c 65  |icking on a file|
00000be0  20 77 69 6c 6c 20 64 65  63 6f 6d 70 72 65 73 73  | will decompress|
00000bf0  20 61 6e 64 20 46 69 6c  65 72 5f 52 75 6e 20 69  | and Filer_Run i|
00000c00  74 2e 20 20 20 49 66 20  79 6f 75 20 68 6f 6c 64  |t.   If you hold|
00000c10  20 64 6f 77 6e 20 53 48  49 46 54 20 77 68 69 6c  | down SHIFT whil|
00000c20  65 20 64 6f 75 62 6c 65  2d 63 6c 69 63 6b 69 6e  |e double-clickin|
00000c30  67 20 74 68 65 20 66 69  6c 65 20 77 69 6c 6c 20  |g the file will |
00000c40  69 6e 73 74 65 61 64 20  62 65 20 6c 6f 61 64 65  |instead be loade|
00000c50  64 20 69 6e 74 6f 20 61  20 74 65 78 74 20 65 64  |d into a text ed|
00000c60  69 74 6f 72 2e 0a 20 20  20 20 20 20 20 20 20 20  |itor..          |
00000c70  44 72 61 67 67 69 6e 67  20 61 6e 20 69 63 6f 6e  |Dragging an icon|
00000c80  20 6f 75 74 20 6f 66 20  74 68 65 20 77 69 6e 64  | out of the wind|
00000c90  6f 77 20 77 69 6c 6c 20  64 65 63 6f 6d 70 72 65  |ow will decompre|
00000ca0  73 73 20 69 74 2e 20 20  20 43 68 6f 6f 73 69 6e  |ss it.   Choosin|
00000cb0  67 20 27 53 65 6c 65 63  74 20 61 6c 6c 27 20 66  |g 'Select all' f|
00000cc0  72 6f 6d 20 74 68 65 20  6d 65 6e 75 20 61 6c 6c  |rom the menu all|
00000cd0  6f 77 73 20 79 6f 75 20  74 6f 20 64 72 61 67 20  |ows you to drag |
00000ce0  6f 75 74 20 74 68 65 20  65 6e 74 69 72 65 20 63  |out the entire c|
00000cf0  6f 6e 74 65 6e 74 73 20  6f 66 20 61 20 64 69 72  |ontents of a dir|
00000d00  65 63 74 6f 72 79 20 61  74 20 6f 6e 63 65 2e 20  |ectory at once. |
00000d10  20 20 20 44 72 61 67 67  69 6e 67 20 61 6e 79 20  |   Dragging any |
00000d20  6f 62 6a 65 63 74 20 2d  20 65 76 65 6e 20 61 6e  |object - even an|
00000d30  6f 74 68 65 72 20 7a 69  70 66 69 6c 65 21 20 2d  |other zipfile! -|
00000d40  20 2a 69 6e 74 6f 2a 20  74 68 65 20 77 69 6e 64  | *into* the wind|
00000d50  6f 77 20 77 69 6c 6c 20  63 61 75 73 65 20 69 74  |ow will cause it|
00000d60  20 74 6f 20 62 65 20 61  64 64 65 64 20 74 6f 20  | to be added to |
00000d70  74 68 65 20 63 6f 6e 74  65 6e 74 73 20 6f 66 20  |the contents of |
00000d80  74 68 65 20 7a 69 70 66  69 6c 65 2e 20 20 20 54  |the zipfile.   T|
00000d90  68 65 20 64 69 73 70 6c  61 79 20 77 69 6c 6c 20  |he display will |
00000da0  62 65 20 75 70 64 61 74  65 64 20 74 6f 20 72 65  |be updated to re|
00000db0  66 6c 65 63 74 20 74 68  69 73 2e 20 20 20 48 6f  |flect this.   Ho|
00000dc0  6c 64 20 64 6f 77 6e 20  53 48 49 46 54 20 74 6f  |ld down SHIFT to|
00000dd0  20 6d 6f 76 65 20 74 68  65 20 6f 62 6a 65 63 74  | move the object|
00000de0  20 69 6e 74 6f 20 74 68  65 20 7a 69 70 66 69 6c  | into the zipfil|
00000df0  65 2c 20 69 2e 65 2e 20  74 6f 20 64 65 6c 65 74  |e, i.e. to delet|
00000e00  65 20 74 68 65 20 6f 72  69 67 69 6e 61 6c 20 61  |e the original a|
00000e10  66 74 65 72 20 7a 69 70  70 69 6e 67 20 69 74 2e  |fter zipping it.|
00000e20  0a 20 20 20 20 20 20 20  20 20 20 54 68 65 20 27  |.          The '|
00000e30  44 69 73 70 6c 61 79 27  20 73 75 62 6d 65 6e 75  |Display' submenu|
00000e40  20 61 6c 6c 6f 77 73 20  79 6f 75 20 74 6f 20 73  | allows you to s|
00000e50  6f 72 74 20 74 68 65 20  69 63 6f 6e 73 20 69 6e  |ort the icons in|
00000e60  20 74 68 65 20 77 69 6e  64 6f 77 20 62 79 20 6e  | the window by n|
00000e70  61 6d 65 20 6f 72 64 65  72 20 69 6e 73 74 65 61  |ame order instea|
00000e80  64 20 6f 66 20 62 79 20  74 68 65 20 6f 72 64 65  |d of by the orde|
00000e90  72 20 69 6e 20 77 68 69  63 68 20 74 68 65 79 20  |r in which they |
00000ea0  77 65 72 65 20 6f 72 69  67 69 6e 61 6c 6c 79 20  |were originally |
00000eb0  61 64 64 65 64 20 74 6f  20 74 68 65 20 7a 69 70  |added to the zip|
00000ec0  66 69 6c 65 2e 0a 20 20  20 20 20 20 20 20 20 20  |file..          |
00000ed0  53 65 6c 65 63 74 69 6e  67 20 27 44 65 6c 65 74  |Selecting 'Delet|
00000ee0  65 27 20 66 72 6f 6d 20  74 68 65 20 27 46 69 6c  |e' from the 'Fil|
00000ef0  65 20 22 6e 61 6d 65 22  27 20 73 75 62 6d 65 6e  |e "name"' submen|
00000f00  75 20 61 6c 6c 6f 77 73  20 79 6f 75 20 74 6f 20  |u allows you to |
00000f10  64 65 6c 65 74 65 20 74  68 61 74 20 6f 62 6a 65  |delete that obje|
00000f20  63 74 2e 20 20 20 54 68  65 20 65 6e 74 72 79 20  |ct.   The entry |
00000f30  27 49 6e 66 6f 27 20 6f  6e 20 74 68 69 73 20 73  |'Info' on this s|
00000f40  75 62 6d 65 6e 75 20 64  69 73 70 6c 61 79 73 20  |ubmenu displays |
00000f50  61 20 77 69 6e 64 6f 77  20 67 69 76 69 6e 67 20  |a window giving |
00000f60  69 6e 66 6f 72 6d 61 74  69 6f 6e 20 6f 6e 20 74  |information on t|
00000f70  68 65 20 66 69 6c 65 27  73 20 64 61 74 65 20 61  |he file's date a|
00000f80  6e 64 20 73 69 7a 65 2e  0a 20 20 20 20 20 20 20  |nd size..       |
00000f90  20 20 20 53 65 6c 65 63  74 69 6e 67 20 27 4e 65  |   Selecting 'Ne|
00000fa0  77 20 64 69 72 65 63 74  6f 72 79 27 20 61 6c 6c  |w directory' all|
00000fb0  6f 77 73 20 79 6f 75 20  74 6f 20 63 72 65 61 74  |ows you to creat|
00000fc0  65 20 61 20 6e 65 77 20  65 6d 70 74 79 20 64 69  |e a new empty di|
00000fd0  72 65 63 74 6f 72 79 20  77 69 74 68 69 6e 20 74  |rectory within t|
00000fe0  68 65 20 7a 69 70 66 69  6c 65 2e 0a 0a 20 4f 70  |he zipfile... Op|
00000ff0  74 69 6f 6e 73 3a 0a 20  20 20 20 20 20 20 20 20  |tions:.         |
00001000  20 22 43 6f 6e 76 65 72  74 20 74 65 78 74 20 66  | "Convert text f|
00001010  69 6c 65 73 20 74 6f 20  4c 46 22 3a 20 41 6e 79  |iles to LF": Any|
00001020  20 74 65 78 74 20 66 69  6c 65 73 20 28 61 73 20  | text files (as |
00001030  6f 70 70 6f 73 65 64 20  74 6f 20 6d 61 63 68 69  |opposed to machi|
00001040  6e 65 20 63 6f 64 65 2c  20 67 72 61 70 68 69 63  |ne code, graphic|
00001050  73 20 66 69 6c 65 73 2c  20 65 74 63 2e 29 20 77  |s files, etc.) w|
00001060  69 6c 6c 20 62 65 20 64  65 63 6f 6d 70 72 65 73  |ill be decompres|
00001070  73 65 64 20 77 69 74 68  20 52 49 53 43 20 4f 53  |sed with RISC OS|
00001080  20 6c 69 6e 65 20 65 6e  64 69 6e 67 73 20 72 61  | line endings ra|
00001090  74 68 65 72 20 74 68 61  6e 20 74 68 65 20 43 52  |ther than the CR|
000010a0  2b 4c 46 20 63 6f 6d 62  69 6e 61 74 69 6f 6e 2e  |+LF combination.|
000010b0  20 20 20 54 65 78 74 20  66 69 6c 65 73 20 77 69  |   Text files wi|
000010c0  6c 6c 20 62 65 20 72 65  70 6f 72 74 65 64 20 61  |ll be reported a|
000010d0  73 20 5b 74 65 78 74 5d  20 77 68 69 6c 65 20 64  |s [text] while d|
000010e0  65 63 6f 6d 70 72 65 73  73 69 6e 67 20 28 75 6e  |ecompressing (un|
000010f0  6c 65 73 73 20 79 6f 75  20 68 61 76 65 20 22 51  |less you have "Q|
00001100  75 69 65 74 20 6f 75 74  70 75 74 22 20 73 65 6c  |uiet output" sel|
00001110  65 63 74 65 64 29 20 2d  20 69 66 20 79 6f 75 20  |ected) - if you |
00001120  6e 6f 74 69 63 65 20 69  74 20 67 65 74 74 69 6e  |notice it gettin|
00001130  67 20 6f 6e 65 20 77 72  6f 6e 67 2c 20 79 6f 75  |g one wrong, you|
00001140  20 63 61 6e 20 73 77 69  74 63 68 20 74 68 69 73  | can switch this|
00001150  20 6f 70 74 69 6f 6e 20  6f 66 66 2e 0a 20 20 20  | option off..   |
00001160  20 20 20 20 20 20 20 22  49 67 6e 6f 72 65 20 64  |       "Ignore d|
00001170  69 72 65 63 74 6f 72 79  20 73 74 72 75 63 74 75  |irectory structu|
00001180  72 65 22 3a 20 41 6c 6c  20 74 68 65 20 66 69 6c  |re": All the fil|
00001190  65 73 20 77 69 74 68 69  6e 20 61 6c 6c 20 74 68  |es within all th|
000011a0  65 20 64 69 72 65 63 74  6f 72 69 65 73 20 69 6e  |e directories in|
000011b0  20 74 68 65 20 61 72 63  68 69 76 65 20 77 69 6c  | the archive wil|
000011c0  6c 20 62 65 20 73 61 76  65 64 20 69 6e 74 6f 20  |l be saved into |
000011d0  74 68 65 20 73 61 6d 65  20 6f 75 74 70 75 74 20  |the same output |
000011e0  64 69 72 65 63 74 6f 72  79 2e 20 20 20 4e 6f 74  |directory.   Not|
000011f0  65 20 74 68 61 74 20 74  68 69 73 20 63 6f 75 6c  |e that this coul|
00001200  64 20 63 61 75 73 65 20  79 6f 75 20 74 6f 20 65  |d cause you to e|
00001210  78 63 65 65 64 20 74 68  65 20 6f 6c 64 20 41 44  |xceed the old AD|
00001220  46 53 20 37 37 2d 66 69  6c 65 20 64 69 72 65 63  |FS 77-file direc|
00001230  74 6f 72 79 20 6c 69 6d  69 74 21 0a 20 20 20 20  |tory limit!.    |
00001240  20 20 20 20 20 20 22 44  4f 53 20 6e 61 6d 65 73  |      "DOS names|
00001250  20 69 6e 20 6c 6f 77 65  72 63 61 73 65 22 3a 20  | in lowercase": |
00001260  20 49 6e 20 74 68 65 6f  72 79 20 61 6e 79 20 66  | In theory any f|
00001270  69 6c 65 73 20 61 72 63  68 69 76 65 64 20 6f 6e  |iles archived on|
00001280  20 61 20 44 4f 53 2d 62  61 73 65 64 20 63 6f 6d  | a DOS-based com|
00001290  70 75 74 65 72 20 73 68  6f 75 6c 64 20 62 65 20  |puter should be |
000012a0  74 72 61 6e 73 6c 61 74  65 64 20 69 6e 74 6f 20  |translated into |
000012b0  6c 6f 77 65 72 63 61 73  65 2e 20 20 20 55 70 70  |lowercase.   Upp|
000012c0  65 72 63 61 73 65 20 66  69 6c 65 6e 61 6d 65 73  |ercase filenames|
000012d0  20 61 72 63 68 69 76 65  64 20 6f 6e 20 61 20 52  | archived on a R|
000012e0  49 53 43 20 4f 53 20 6d  61 63 68 69 6e 65 20 61  |ISC OS machine a|
000012f0  72 65 20 2a 6e 6f 74 2a  20 61 66 66 65 63 74 65  |re *not* affecte|
00001300  64 2e 0a 20 20 20 20 20  20 20 20 20 20 22 51 75  |d..          "Qu|
00001310  69 65 74 20 6f 75 74 70  75 74 22 3a 20 74 68 65  |iet output": the|
00001320  20 74 61 73 6b 77 69 6e  64 6f 77 20 77 69 6c 6c  | taskwindow will|
00001330  20 6f 6e 6c 79 20 6f 70  65 6e 20 69 66 20 74 68  | only open if th|
00001340  65 72 65 20 69 73 20 61  6e 20 65 72 72 6f 72 2c  |ere is an error,|
00001350  20 6f 72 20 69 66 20 79  6f 75 20 61 72 65 20 61  | or if you are a|
00001360  73 6b 65 64 20 74 6f 20  63 6f 6e 66 69 72 6d 20  |sked to confirm |
00001370  74 68 61 74 20 79 6f 75  20 77 69 73 68 20 74 6f  |that you wish to|
00001380  20 6f 76 65 72 77 72 69  74 65 20 61 20 66 69 6c  | overwrite a fil|
00001390  65 20 28 75 6e 6c 65 73  73 20 22 4f 76 65 72 77  |e (unless "Overw|
000013a0  72 69 74 65 20 73 69 6c  65 6e 74 6c 79 22 20 69  |rite silently" i|
000013b0  73 20 73 65 6c 65 63 74  65 64 29 2e 0a 20 20 20  |s selected)..   |
000013c0  20 20 20 20 20 20 20 22  4f 6e 6c 79 20 65 78 74  |       "Only ext|
000013d0  72 61 63 74 20 6e 65 77  65 72 22 3a 20 66 69 6c  |ract newer": fil|
000013e0  65 73 20 77 69 6c 6c 20  6f 6e 6c 79 20 62 65 20  |es will only be |
000013f0  65 78 74 72 61 63 74 65  64 2c 20 6f 76 65 72 77  |extracted, overw|
00001400  72 69 74 69 6e 67 20 65  78 69 73 74 69 6e 67 20  |riting existing |
00001410  66 69 6c 65 73 2c 20 69  66 20 74 68 65 20 64 61  |files, if the da|
00001420  74 65 73 74 61 6d 70 20  6f 66 20 74 68 65 20 61  |testamp of the a|
00001430  72 63 68 69 76 65 64 20  76 65 72 73 69 6f 6e 20  |rchived version |
00001440  69 73 20 6d 6f 72 65 20  72 65 63 65 6e 74 2e 20  |is more recent. |
00001450  20 20 49 6e 20 61 64 64  69 74 69 6f 6e 2c 20 69  |  In addition, i|
00001460  66 20 79 6f 75 20 61 72  65 20 65 78 74 72 61 63  |f you are extrac|
00001470  74 69 6e 67 20 66 72 6f  6d 20 74 68 65 20 74 6f  |ting from the to|
00001480  70 20 6c 65 76 65 6c 20  6f 66 20 74 68 65 20 7a  |p level of the z|
00001490  69 70 66 69 6c 65 2c 20  79 6f 75 20 77 69 6c 6c  |ipfile, you will|
000014a0  20 62 65 20 61 73 6b 65  64 20 74 6f 20 63 6f 6e  | be asked to con|
000014b0  66 69 72 6d 20 6f 76 65  72 77 72 69 74 69 6e 67  |firm overwriting|
000014c0  2e 0a 20 20 20 20 20 20  20 20 20 20 49 66 20 74  |..          If t|
000014d0  68 69 73 20 6f 70 74 69  6f 6e 20 69 73 20 6f 66  |his option is of|
000014e0  66 2c 20 61 72 63 68 69  76 65 64 20 66 69 6c 65  |f, archived file|
000014f0  73 20 77 69 6c 6c 20 61  75 74 6f 6d 61 74 69 63  |s will automatic|
00001500  61 6c 6c 79 20 62 65 20  65 78 74 72 61 63 74 65  |ally be extracte|
00001510  64 20 77 68 65 74 68 65  72 20 6f 72 20 6e 6f 74  |d whether or not|
00001520  20 6e 6f 6e 2d 61 72 63  68 69 76 65 64 20 76 65  | non-archived ve|
00001530  72 73 69 6f 6e 73 20 65  78 69 73 74 20 69 6e 20  |rsions exist in |
00001540  74 68 65 20 64 65 73 74  69 6e 61 74 69 6f 6e 20  |the destination |
00001550  64 69 72 65 63 74 6f 72  79 20 2d 20 62 65 20 63  |directory - be c|
00001560  61 72 65 66 75 6c 21 0a  20 20 20 20 20 20 20 20  |areful!.        |
00001570  20 20 22 5a 69 70 20 69  6d 61 67 65 73 20 61 73  |  "Zip images as|
00001580  20 73 69 6e 67 6c 65 20  66 69 6c 65 73 22 3a 20  | single files": |
00001590  69 6d 61 67 65 20 66 69  6c 65 73 20 61 72 65 20  |image files are |
000015a0  6e 6f 20 6c 6f 6e 67 65  72 20 74 72 61 6e 73 6c  |no longer transl|
000015b0  61 74 65 64 20 69 6e 74  6f 20 64 69 72 65 63 74  |ated into direct|
000015c0  6f 72 69 65 73 20 77 68  65 6e 20 7a 69 70 70 65  |ories when zippe|
000015d0  64 2e 0a 0a 54 68 65 20  63 75 72 72 65 6e 74 20  |d...The current |
000015e0  6f 70 74 69 6f 6e 20 73  65 74 74 69 6e 67 73 20  |option settings |
000015f0  61 72 65 20 73 61 76 65  64 20 77 68 65 6e 20 79  |are saved when y|
00001600  6f 75 20 63 6c 69 63 6b  20 6f 6e 20 27 53 61 76  |ou click on 'Sav|
00001610  65 27 20 69 6e 20 74 68  65 20 43 6f 6e 66 69 67  |e' in the Config|
00001620  75 72 65 20 77 69 6e 64  6f 77 2e 0a 0a 20 54 68  |ure window... Th|
00001630  65 20 73 61 76 65 62 6f  78 3a 0a 20 20 20 20 20  |e savebox:.     |
00001640  20 20 20 20 20 57 68 65  6e 20 74 68 69 73 20 61  |     When this a|
00001650  70 70 65 61 72 73 2c 20  64 72 61 67 20 74 68 65  |ppears, drag the|
00001660  20 69 63 6f 6e 20 74 6f  20 61 20 64 69 72 65 63  | icon to a direc|
00001670  74 6f 72 79 20 77 69 6e  64 6f 77 20 74 6f 20 64  |tory window to d|
00001680  65 74 65 72 6d 69 6e 65  20 77 68 65 72 65 20 74  |etermine where t|
00001690  68 65 20 6e 65 77 20 7a  69 70 66 69 6c 65 20 77  |he new zipfile w|
000016a0  69 6c 6c 20 62 65 20 63  72 65 61 74 65 64 2e 0a  |ill be created..|
000016b0  0a 20 54 68 65 20 69 63  6f 6e 62 61 72 3a 0a 20  |. The iconbar:. |
000016c0  20 20 20 20 20 20 20 20  20 49 66 20 61 20 7a 69  |         If a zi|
000016d0  70 66 69 6c 65 20 63 61  74 61 6c 6f 67 75 65 20  |pfile catalogue |
000016e0  69 73 20 6f 70 65 6e 2c  20 74 68 65 6e 20 63 6c  |is open, then cl|
000016f0  69 63 6b 69 6e 67 20 53  45 4c 45 43 54 20 6f 6e  |icking SELECT on|
00001700  20 74 68 65 20 69 63 6f  6e 62 61 72 20 69 63 6f  | the iconbar ico|
00001710  6e 20 77 69 6c 6c 20 62  72 69 6e 67 20 69 74 20  |n will bring it |
00001720  74 6f 20 74 68 65 20 66  72 6f 6e 74 20 6f 66 20  |to the front of |
00001730  74 68 65 20 77 69 6e 64  6f 77 20 73 74 61 63 6b  |the window stack|
00001740  2e 20 43 6c 69 63 6b 69  6e 67 20 41 44 4a 55 53  |. Clicking ADJUS|
00001750  54 20 77 69 6c 6c 20 61  6c 6c 6f 77 20 79 6f 75  |T will allow you|
00001760  20 74 6f 20 63 72 65 61  74 65 20 61 20 6e 65 77  | to create a new|
00001770  20 28 65 6d 70 74 79 29  20 7a 69 70 66 69 6c 65  | (empty) zipfile|
00001780  2e 20 20 20 43 6c 69 63  6b 69 6e 67 20 53 48 49  |.   Clicking SHI|
00001790  46 54 2d 41 44 4a 55 53  54 20 77 69 6c 6c 20 6f  |FT-ADJUST will o|
000017a0  70 65 6e 20 74 68 65 20  43 6f 6e 66 69 67 75 72  |pen the Configur|
000017b0  65 20 77 69 6e 64 6f 77  2e 20 54 68 65 20 69 63  |e window. The ic|
000017c0  6f 6e 62 61 72 20 6d 65  6e 75 20 61 64 64 69 74  |onbar menu addit|
000017d0  69 6f 6e 61 6c 6c 79 20  70 72 6f 76 69 64 65 73  |ionally provides|
000017e0  20 61 63 63 65 73 73 20  74 6f 20 74 68 65 20 61  | access to the a|
000017f0  70 70 6c 69 63 61 74 69  6f 6e 20 6d 61 6e 75 61  |pplication manua|
00001800  6c 2e 0a 0a 20 20 53 65  6c 66 2d 65 78 74 72 61  |l...  Self-extra|
00001810  63 74 69 6e 67 20 61 72  63 68 69 76 65 73 3a 0a  |cting archives:.|
00001820  20 20 20 20 20 20 20 20  20 20 44 72 61 67 67 69  |          Draggi|
00001830  6e 67 20 61 6e 20 65 78  69 73 74 69 6e 67 20 61  |ng an existing a|
00001840  72 63 68 69 76 65 20 74  6f 20 74 68 65 20 69 63  |rchive to the ic|
00001850  6f 6e 62 61 72 20 77 68  69 6c 65 20 68 6f 6c 64  |onbar while hold|
00001860  69 6e 67 20 64 6f 77 6e  20 43 4f 4e 54 52 4f 4c  |ing down CONTROL|
00001870  20 61 6c 6c 6f 77 73 20  79 6f 75 20 74 6f 20 63  | allows you to c|
00001880  6f 6e 76 65 72 74 20 69  74 20 74 6f 20 61 20 73  |onvert it to a s|
00001890  65 6c 66 2d 65 78 74 72  61 63 74 69 6e 67 20 61  |elf-extracting a|
000018a0  72 63 68 69 76 65 20 77  68 69 63 68 20 77 69 6c  |rchive which wil|
000018b0  6c 20 64 65 63 6f 6d 70  72 65 73 73 20 69 74 73  |l decompress its|
000018c0  65 6c 66 20 77 68 65 6e  20 64 6f 75 62 6c 65 2d  |elf when double-|
000018d0  63 6c 69 63 6b 65 64 2e  20 20 4e 6f 74 65 20 74  |clicked.  Note t|
000018e0  68 61 74 20 74 68 65 20  72 65 73 75 6c 74 69 6e  |hat the resultin|
000018f0  67 20 61 72 63 68 69 76  65 73 20 77 69 6c 6c 20  |g archives will |
00001900  77 6f 72 6b 20 6f 6e 20  52 49 53 43 2d 4f 53 20  |work on RISC-OS |
00001910  63 6f 6d 70 75 74 65 72  73 20 4f 4e 4c 59 2e 0a  |computers ONLY..|
00001920  20 20 20 20 20 20 20 20  20 20 44 72 61 67 67 69  |          Draggi|
00001930  6e 67 20 61 20 73 65 6c  66 2d 65 78 74 72 61 63  |ng a self-extrac|
00001940  74 69 6e 67 20 61 72 63  68 69 76 65 20 74 6f 20  |ting archive to |
00001950  74 68 65 20 69 63 6f 6e  62 61 72 20 77 68 69 6c  |the iconbar whil|
00001960  65 20 68 6f 6c 64 69 6e  67 20 64 6f 77 6e 20 43  |e holding down C|
00001970  4f 4e 54 52 4f 4c 20 67  69 76 65 73 20 79 6f 75  |ONTROL gives you|
00001980  20 74 68 65 20 6f 70 74  69 6f 6e 20 74 6f 20 63  | the option to c|
00001990  6f 6e 76 65 72 74 20 69  74 20 62 61 63 6b 20 74  |onvert it back t|
000019a0  6f 20 61 20 6e 6f 72 6d  61 6c 20 7a 69 70 66 69  |o a normal zipfi|
000019b0  6c 65 2e 0a 0a 50 6f 73  73 69 62 6c 65 20 63 61  |le...Possible ca|
000019c0  75 73 65 73 20 6f 66 20  65 72 72 6f 72 0a 2d 2d  |uses of error.--|
000019d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000019e0  2d 2d 2d 2d 2d 2d 0a 22  54 68 69 73 20 66 69 6c  |------."This fil|
000019f0  65 20 69 73 20 61 6c 72  65 61 64 79 20 63 6f 6d  |e is already com|
00001a00  70 72 65 73 73 65 64 22  3a 20 20 54 68 65 72 65  |pressed":  There|
00001a10  20 69 73 20 6e 6f 20 70  6f 69 6e 74 20 74 72 79  | is no point try|
00001a20  69 6e 67 20 74 6f 20 63  6f 6d 70 72 65 73 73 20  |ing to compress |
00001a30  74 68 69 73 20 66 69 6c  65 20 73 69 6e 63 65 20  |this file since |
00001a40  74 68 65 20 66 69 6c 65  74 79 70 65 20 69 6e 64  |the filetype ind|
00001a50  69 63 61 74 65 73 20 74  68 61 74 20 69 74 20 69  |icates that it i|
00001a60  73 20 61 6c 72 65 61 64  79 20 63 6f 6d 70 72 65  |s already compre|
00001a70  73 73 65 64 2e 20 20 20  54 68 65 20 6c 69 73 74  |ssed.   The list|
00001a80  20 6f 66 20 66 69 6c 65  74 79 70 65 73 20 74 6f  | of filetypes to|
00001a90  20 62 65 20 72 65 6a 65  63 74 65 64 20 69 73 20  | be rejected is |
00001aa0  73 65 74 20 69 6e 20 74  68 65 20 21 42 6f 6f 74  |set in the !Boot|
00001ab0  20 66 69 6c 65 20 61 6e  64 20 63 61 6e 20 62 65  | file and can be|
00001ac0  20 65 64 69 74 65 64 2e  0a 0a 22 54 68 69 73 20  | edited..."This |
00001ad0  61 72 63 68 69 76 65 20  69 73 20 6e 6f 74 20 61  |archive is not a|
00001ae0  20 7a 69 70 20 66 69 6c  65 22 3a 20 20 4e 6f 74  | zip file":  Not|
00001af0  20 61 6c 6c 20 66 69 6c  65 73 20 6f 66 20 74 79  | all files of ty|
00001b00  70 65 20 26 44 44 43 20  61 72 65 20 7a 69 70 20  |pe &DDC are zip |
00001b10  61 72 63 68 69 76 65 73  2e 20 20 20 53 6f 72 72  |archives.   Sorr|
00001b20  79 2e 0a 0a 49 6e 66 6f  7a 69 70 20 74 68 69 6e  |y...Infozip thin|
00001b30  6b 73 20 6d 79 20 28 75  6e 63 6f 6d 70 72 65 73  |ks my (uncompres|
00001b40  73 65 64 29 20 66 69 6c  65 20 69 73 20 61 6e 20  |sed) file is an |
00001b50  61 72 63 68 69 76 65 20  61 6e 64 20 6f 70 65 6e  |archive and open|
00001b60  73 20 61 20 77 69 6e 64  6f 77 20 66 75 6c 6c 20  |s a window full |
00001b70  6f 66 20 6e 6f 6e 2d 65  78 69 73 74 65 6e 74 20  |of non-existent |
00001b80  66 69 6c 65 73 20 77 69  74 68 20 73 69 6c 6c 79  |files with silly|
00001b90  20 6e 61 6d 65 73 3a 20  20 20 59 6f 75 72 20 66  | names:   Your f|
00001ba0  69 6c 65 20 68 61 70 70  65 6e 73 20 74 6f 20 6d  |ile happens to m|
00001bb0  65 65 74 20 6d 79 20 28  72 61 74 68 65 72 20 6c  |eet my (rather l|
00001bc0  6f 6f 73 65 29 20 7a 69  70 66 69 6c 65 20 64 65  |oose) zipfile de|
00001bd0  74 65 63 74 69 6f 6e 20  63 72 69 74 65 72 69 61  |tection criteria|
00001be0  20 2d 20 73 6f 72 72 79  2e 20 20 20 54 72 79 20  | - sorry.   Try |
00001bf0  73 70 6c 69 74 74 69 6e  67 20 75 70 20 74 68 65  |splitting up the|
00001c00  20 27 50 27 20 61 6e 64  20 74 68 65 20 27 4b 27  | 'P' and the 'K'|
00001c10  20 69 66 20 79 6f 75 20  63 61 6e 20 28 73 65 65  | if you can (see|
00001c20  20 62 65 6c 6f 77 20 75  6e 64 65 72 20 22 54 65  | below under "Te|
00001c30  63 68 6e 69 63 61 6c 20  64 65 74 61 69 6c 73 22  |chnical details"|
00001c40  29 2c 20 6f 72 20 61 64  64 20 69 74 20 74 6f 20  |), or add it to |
00001c50  74 68 65 20 63 6f 6e 74  65 6e 74 73 20 6f 66 20  |the contents of |
00001c60  61 6e 6f 74 68 65 72 20  61 72 63 68 69 76 65 20  |another archive |
00001c70  72 61 74 68 65 72 20 74  68 61 6e 20 74 72 79 69  |rather than tryi|
00001c80  6e 67 20 74 6f 20 64 72  61 67 20 69 74 20 74 6f  |ng to drag it to|
00001c90  20 74 68 65 20 69 63 6f  6e 62 61 72 20 6f 6e 20  | the iconbar on |
00001ca0  69 74 73 20 6f 77 6e 2e  0a 0a 22 7a 69 70 20 77  |its own..."zip w|
00001cb0  61 72 6e 69 6e 67 3a 20  6e 61 6d 65 20 6e 6f 74  |arning: name not|
00001cc0  20 6d 61 74 63 68 65 64  22 3a 20 20 54 68 69 73  | matched":  This|
00001cd0  20 65 72 72 6f 72 20 69  73 20 61 6c 6d 6f 73 74  | error is almost|
00001ce0  20 69 6e 76 61 72 69 61  62 6c 79 20 63 61 75 73  | invariably caus|
00001cf0  65 64 20 62 79 20 70 72  6f 62 6c 65 6d 73 20 69  |ed by problems i|
00001d00  6e 20 44 4f 53 2f 52 49  53 43 2d 4f 53 20 66 69  |n DOS/RISC-OS fi|
00001d10  6c 65 6e 61 6d 65 20 63  6f 6e 76 65 72 73 69 6f  |lename conversio|
00001d20  6e 2e 20 20 20 4e 6f 74  65 20 69 6e 20 70 61 72  |n.   Note in par|
00001d30  74 69 63 75 6c 61 72 20  74 68 61 74 20 52 49 53  |ticular that RIS|
00001d40  43 2d 4f 53 20 66 69 6c  65 6e 61 6d 65 73 20 77  |C-OS filenames w|
00001d50  69 6c 6c 20 63 61 75 73  65 20 74 72 6f 75 62 6c  |ill cause troubl|
00001d60  65 20 69 66 20 74 68 65  79 20 68 61 76 65 20 6d  |e if they have m|
00001d70  6f 72 65 20 74 68 61 6e  20 6f 6e 65 20 73 6c 61  |ore than one sla|
00001d80  73 68 20 63 68 61 72 61  63 74 65 72 20 22 2f 22  |sh character "/"|
00001d90  20 69 6e 20 74 68 65 6d  2c 20 69 2e 65 2e 20 27  | in them, i.e. '|
00001da0  43 61 73 68 31 2f 38 2f  39 38 27 2e 20 20 20 54  |Cash1/8/98'.   T|
00001db0  72 79 20 75 73 69 6e 67  20 74 68 65 20 27 53 65  |ry using the 'Se|
00001dc0  6c 65 63 74 20 61 6c 6c  27 20 6f 70 74 69 6f 6e  |lect all' option|
00001dd0  20 66 72 6f 6d 20 74 68  65 20 74 6f 70 20 6c 65  | from the top le|
00001de0  76 65 6c 20 6f 66 20 74  68 65 20 61 72 63 68 69  |vel of the archi|
00001df0  76 65 2c 20 65 76 65 6e  20 69 66 20 74 68 65 72  |ve, even if ther|
00001e00  65 20 69 73 20 6f 6e 6c  79 20 6f 6e 65 20 66 69  |e is only one fi|
00001e10  6c 65 20 69 6e 20 74 68  65 20 61 72 63 68 69 76  |le in the archiv|
00001e20  65 2e 0a 0a 22 41 20 70  72 65 76 69 6f 75 73 20  |e..."A previous |
00001e30  63 6f 70 79 20 6f 66 20  49 6e 66 6f 7a 69 70 20  |copy of Infozip |
00001e40  73 74 69 6c 6c 20 73 65  65 6d 73 20 74 6f 20 62  |still seems to b|
00001e50  65 20 72 75 6e 6e 69 6e  67 22 3a 20 20 54 72 79  |e running":  Try|
00001e60  69 6e 67 20 74 6f 20 72  75 6e 20 74 77 6f 20 63  |ing to run two c|
00001e70  6f 70 69 65 73 20 73 69  6d 75 6c 74 61 6e 65 6f  |opies simultaneo|
00001e80  75 73 6c 79 20 69 73 20  6c 69 6b 65 6c 79 20 74  |usly is likely t|
00001e90  6f 20 63 61 75 73 65 20  62 6f 74 68 20 74 6f 20  |o cause both to |
00001ea0  63 72 61 73 68 2c 20 73  6f 20 79 6f 75 20 73 68  |crash, so you sh|
00001eb0  6f 75 6c 64 20 6e 6f 72  6d 61 6c 6c 79 20 63 6c  |ould normally cl|
00001ec0  69 63 6b 20 6f 6e 20 43  61 6e 63 65 6c 21 20 20  |ick on Cancel!  |
00001ed0  20 48 6f 77 65 76 65 72  2c 20 69 66 20 49 6e 66  | However, if Inf|
00001ee0  6f 7a 69 70 20 63 72 61  73 68 65 73 20 72 65 61  |ozip crashes rea|
00001ef0  6c 6c 79 20 62 61 64 6c  79 2c 20 6f 72 20 69 73  |lly badly, or is|
00001f00  20 71 75 69 74 20 76 69  61 20 41 6c 74 2d 42 72  | quit via Alt-Br|
00001f10  65 61 6b 20 6f 6e 20 61  20 52 49 53 43 2d 50 43  |eak on a RISC-PC|
00001f20  2c 20 69 74 20 6d 61 79  20 67 65 74 20 63 6f 6e  |, it may get con|
00001f30  66 75 73 65 64 20 61 6e  64 20 62 65 6c 69 65 76  |fused and believ|
00001f40  65 20 74 68 61 74 20 74  68 65 20 63 72 61 73 68  |e that the crash|
00001f50  65 64 20 63 6f 70 79 20  69 73 20 73 74 69 6c 6c  |ed copy is still|
00001f60  20 72 75 6e 6e 69 6e 67  20 2d 20 69 66 20 74 68  | running - if th|
00001f70  69 73 20 77 61 73 20 74  68 65 20 63 61 73 65 20  |is was the case |
00001f80  79 6f 75 20 77 69 6c 6c  20 6e 65 65 64 20 74 6f  |you will need to|
00001f90  20 63 6c 69 63 6b 20 4f  4b 2e 0a 0a 22 54 61 73  | click OK..."Tas|
00001fa0  6b 20 73 74 69 6c 6c 20  69 6e 20 70 72 6f 67 72  |k still in progr|
00001fb0  65 73 73 22 3a 20 20 20  20 20 54 68 69 73 20 65  |ess":     This e|
00001fc0  72 72 6f 72 20 75 73 75  61 6c 6c 79 20 6f 63 63  |rror usually occ|
00001fd0  75 72 73 20 77 68 65 6e  20 79 6f 75 20 64 72 61  |urs when you dra|
00001fe0  67 20 61 20 73 65 6c 65  63 74 69 6f 6e 20 6f 66  |g a selection of|
00001ff0  20 69 63 6f 6e 73 20 6f  75 74 20 6f 66 20 61 20  | icons out of a |
00002000  46 69 6c 65 72 20 77 69  6e 64 6f 77 20 69 6e 74  |Filer window int|
00002010  6f 20 49 6e 66 6f 7a 69  70 2c 20 72 61 74 68 65  |o Infozip, rathe|
00002020  72 20 74 68 61 6e 20 6a  75 73 74 20 6f 6e 65 2e  |r than just one.|
00002030  20 20 20 49 74 20 63 61  6e 20 61 6c 73 6f 20 6f  |   It can also o|
00002040  63 63 75 72 20 69 66 20  79 6f 75 20 74 72 79 20  |ccur if you try |
00002050  74 6f 20 3c 61 64 64 3e  20 61 6e 20 6f 62 6a 65  |to <add> an obje|
00002060  63 74 20 74 6f 20 74 68  65 20 63 6f 6e 74 65 6e  |ct to the conten|
00002070  74 73 20 77 69 6e 64 6f  77 20 77 68 69 6c 65 20  |ts window while |
00002080  49 6e 66 6f 7a 69 70 20  69 73 20 73 74 69 6c 6c  |Infozip is still|
00002090  20 69 6e 20 74 68 65 20  6d 69 64 64 6c 65 20 6f  | in the middle o|
000020a0  66 20 63 6f 6d 70 72 65  73 73 69 6f 6e 2f 64 65  |f compression/de|
000020b0  63 6f 6d 70 72 65 73 73  69 6f 6e 2e 0a 20 20 20  |compression..   |
000020c0  55 6e 66 6f 72 74 75 6e  61 74 65 6c 79 20 49 6e  |Unfortunately In|
000020d0  66 6f 7a 69 70 20 69 73  6e 27 74 20 63 61 70 61  |fozip isn't capa|
000020e0  62 6c 65 20 6f 66 20 6b  65 65 70 69 6e 67 20 74  |ble of keeping t|
000020f0  72 61 63 6b 20 6f 66 20  6d 6f 72 65 20 74 68 61  |rack of more tha|
00002100  6e 20 6f 6e 65 20 65 78  74 65 72 6e 61 6c 20 74  |n one external t|
00002110  61 73 6b 20 28 69 6e 20  74 68 69 73 20 63 61 73  |ask (in this cas|
00002120  65 2c 20 61 20 74 61 73  6b 77 69 6e 64 6f 77 29  |e, a taskwindow)|
00002130  20 61 74 20 61 20 74 69  6d 65 2e 20 20 20 49 66  | at a time.   If|
00002140  20 79 6f 75 20 77 61 6e  74 20 74 6f 20 7a 69 70  | you want to zip|
00002150  20 61 20 73 65 6c 65 63  74 69 6f 6e 20 6f 66 20  | a selection of |
00002160  66 69 6c 65 73 2c 20 74  68 65 20 62 65 73 74 20  |files, the best |
00002170  77 61 79 20 74 6f 20 64  6f 20 69 74 20 69 73 20  |way to do it is |
00002180  74 6f 20 70 75 74 20 74  68 65 6d 20 61 6c 6c 20  |to put them all |
00002190  69 6e 20 6f 6e 65 20 64  69 72 65 63 74 6f 72 79  |in one directory|
000021a0  20 61 6e 64 20 74 6f 20  7a 69 70 20 74 68 61 74  | and to zip that|
000021b0  2e 0a 0a 4e 6f 74 65 20  74 68 61 74 20 74 68 65  |...Note that the|
000021c0  72 65 20 69 73 20 61 20  6e 6f 6e 2d 66 61 74 61  |re is a non-fata|
000021d0  6c 20 62 75 67 20 69 6e  20 74 68 65 20 49 6e 66  |l bug in the Inf|
000021e0  6f 2d 5a 49 50 20 7a 69  70 20 72 6f 75 74 69 6e  |o-ZIP zip routin|
000021f0  65 20 75 6e 64 65 72 20  52 49 53 43 20 4f 53 20  |e under RISC OS |
00002200  34 20 77 68 65 6e 20 7a  69 70 70 69 6e 67 20 64  |4 when zipping d|
00002210  69 72 65 63 74 6c 79 20  74 6f 20 52 41 4d 64 69  |irectly to RAMdi|
00002220  73 63 20 77 68 69 63 68  20 63 61 75 73 65 73 20  |sc which causes |
00002230  69 74 20 74 6f 20 64 6f  20 73 6f 20 2a 74 77 69  |it to do so *twi|
00002240  63 65 2a 2c 20 72 65 73  75 6c 74 69 6e 67 20 69  |ce*, resulting i|
00002250  6e 20 61 6e 20 65 72 72  6f 72 20 66 6f 72 20 74  |n an error for t|
00002260  68 65 20 73 65 63 6f 6e  64 20 61 74 74 65 6d 70  |he second attemp|
00002270  74 2e 20 20 20 49 20 68  61 76 65 20 72 65 70 6f  |t.   I have repo|
00002280  72 74 65 64 20 74 68 69  73 20 62 65 68 61 76 69  |rted this behavi|
00002290  6f 75 72 20 62 75 74 20  68 61 76 65 20 6e 6f 20  |our but have no |
000022a0  67 72 65 61 74 20 68 6f  70 65 73 20 6f 66 20 73  |great hopes of s|
000022b0  65 65 69 6e 67 20 69 74  20 66 69 78 65 64 20 69  |eeing it fixed i|
000022c0  6e 20 74 68 65 20 6e 65  61 72 20 66 75 74 75 72  |n the near futur|
000022d0  65 2e 0a 0a 54 65 63 68  6e 69 63 61 6c 20 64 65  |e...Technical de|
000022e0  74 61 69 6c 73 3a 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |tails:.---------|
000022f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 20 20 49 6e 66 6f  |---------.  Info|
00002300  7a 69 70 27 73 20 27 74  79 70 65 2d 63 68 65 63  |zip's 'type-chec|
00002310  6b 69 6e 67 27 20 69 73  20 65 78 74 72 65 6d 65  |king' is extreme|
00002320  6c 79 20 63 72 75 64 65  20 73 69 6e 63 65 20 49  |ly crude since I|
00002330  20 68 61 76 65 20 6e 6f  20 69 64 65 61 20 77 68  | have no idea wh|
00002340  61 74 20 74 68 65 20 63  6f 72 72 65 63 74 20 73  |at the correct s|
00002350  70 65 63 69 66 69 63 61  74 69 6f 6e 20 66 6f 72  |pecification for|
00002360  20 61 20 7a 69 70 66 69  6c 65 20 69 73 21 20 20  | a zipfile is!  |
00002370  20 49 74 20 73 69 6d 70  6c 79 20 63 68 65 63 6b  | It simply check|
00002380  73 20 77 68 65 74 68 65  72 20 74 68 65 20 74 77  |s whether the tw|
00002390  6f 20 63 68 61 72 61 63  74 65 72 73 20 6f 63 63  |o characters occ|
000023a0  75 72 72 69 6e 67 20 32  32 20 62 79 74 65 73 20  |urring 22 bytes |
000023b0  62 65 66 6f 72 65 20 74  68 65 20 65 6e 64 20 6f  |before the end o|
000023c0  66 20 61 20 66 69 6c 65  20 61 72 65 20 74 68 65  |f a file are the|
000023d0  20 6c 65 74 74 65 72 73  20 22 50 4b 22 20 6f 72  | letters "PK" or|
000023e0  20 6e 6f 74 2c 20 61 6e  64 20 61 73 73 75 6d 65  | not, and assume|
000023f0  73 20 74 68 61 74 20 61  6e 79 20 66 69 6c 65 20  |s that any file |
00002400  77 69 74 68 6f 75 74 20  74 68 65 73 65 20 6c 65  |without these le|
00002410  74 74 65 72 73 20 69 73  20 74 6f 20 62 65 20 63  |tters is to be c|
00002420  6f 6d 70 72 65 73 73 65  64 20 61 6e 64 20 6e 6f  |ompressed and no|
00002430  74 20 64 65 63 6f 6d 70  72 65 73 73 65 64 2e 0a  |t decompressed..|
00002440  0a 20 20 49 6e 66 6f 7a  69 70 20 61 64 64 73 20  |.  Infozip adds |
00002450  74 68 65 20 21 49 6e 66  6f 7a 69 70 2e 52 6f 75  |the !Infozip.Rou|
00002460  74 69 6e 65 73 20 64 69  72 65 63 74 6f 72 79 20  |tines directory |
00002470  74 6f 20 3c 52 75 6e 24  50 61 74 68 3e 20 2d 20  |to <Run$Path> - |
00002480  74 68 69 73 20 6d 65 61  6e 73 20 74 68 61 74 20  |this means that |
00002490  79 6f 75 20 63 61 6e 20  61 63 63 65 73 73 20 74  |you can access t|
000024a0  68 65 20 27 7a 69 70 27  20 61 6e 64 20 27 75 6e  |he 'zip' and 'un|
000024b0  7a 69 70 27 20 72 6f 75  74 69 6e 65 73 20 64 69  |zip' routines di|
000024c0  72 65 63 74 6c 79 20 66  72 6f 6d 20 74 68 65 20  |rectly from the |
000024d0  63 6f 6d 6d 61 6e 64 20  6c 69 6e 65 2e 20 49 66  |command line. If|
000024e0  20 79 6f 75 20 61 6c 72  65 61 64 79 20 68 61 76  | you already hav|
000024f0  65 20 61 20 63 6f 70 79  20 6f 66 20 74 68 65 20  |e a copy of the |
00002500  49 6e 66 6f 2d 5a 49 50  20 72 6f 75 74 69 6e 65  |Info-ZIP routine|
00002510  73 20 28 66 6f 72 20 69  6e 73 74 61 6e 63 65 20  |s (for instance |
00002520  69 6e 20 79 6f 75 72 20  6c 69 62 72 61 72 79 20  |in your library |
00002530  64 69 72 65 63 74 6f 72  79 29 2c 20 74 68 65 73  |directory), thes|
00002540  65 20 77 69 6c 6c 20 6f  76 65 72 72 69 64 65 20  |e will override |
00002550  74 68 65 20 63 6f 70 69  65 73 20 69 6e 73 69 64  |the copies insid|
00002560  65 20 21 49 6e 66 6f 7a  69 70 2e 0a 0a 43 6f 70  |e !Infozip...Cop|
00002570  79 69 6e 67 2c 20 61 6c  74 65 72 69 6e 67 20 6f  |ying, altering o|
00002580  72 20 62 6f 72 72 6f 77  69 6e 67 20 66 72 6f 6d  |r borrowing from|
00002590  20 74 68 69 73 20 70 72  6f 67 72 61 6d 3a 0a 2d  | this program:.-|
000025a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
000025c0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
000025d0  20 20 20 20 20 20 20 20  54 68 65 20 64 65 73 6b  |        The desk|
000025e0  74 6f 70 20 66 72 6f 6e  74 2d 65 6e 64 20 70 72  |top front-end pr|
000025f0  6f 67 72 61 6d 20 21 49  6e 66 6f 7a 69 70 20 69  |ogram !Infozip i|
00002600  73 20 66 72 65 65 77 61  72 65 2e 20 20 20 41 6e  |s freeware.   An|
00002610  79 62 6f 64 79 20 6d 61  79 20 67 69 76 65 20 69  |ybody may give i|
00002620  74 20 74 6f 20 61 73 20  6d 61 6e 79 20 6f 74 68  |t to as many oth|
00002630  65 72 20 70 65 6f 70 6c  65 20 61 73 20 74 68 65  |er people as the|
00002640  79 20 6c 69 6b 65 20 2d  20 61 6e 64 20 74 68 65  |y like - and the|
00002650  79 20 6d 61 79 20 61 6c  73 6f 20 69 6d 70 72 6f  |y may also impro|
00002660  76 65 20 69 74 20 69 6e  20 61 6e 79 20 77 61 79  |ve it in any way|
00002670  20 74 68 65 79 20 73 65  65 20 66 69 74 2c 20 61  | they see fit, a|
00002680  6e 64 20 6d 61 79 20 61  70 70 72 6f 70 72 69 61  |nd may appropria|
00002690  74 65 20 61 6e 79 20 67  6f 6f 64 20 69 64 65 61  |te any good idea|
000026a0  73 20 74 68 65 79 20 66  69 6e 64 20 74 68 65 72  |s they find ther|
000026b0  65 69 6e 20 66 6f 72 20  74 68 65 69 72 20 6f 77  |ein for their ow|
000026c0  6e 20 70 72 6f 67 72 61  6d 73 2e 0a 0a 20 20 20  |n programs...   |
000026d0  20 20 20 20 20 53 6f 75  72 63 65 73 20 66 6f 72  |     Sources for|
000026e0  20 74 68 65 20 7a 69 70  2f 75 6e 7a 69 70 20 63  | the zip/unzip c|
000026f0  6f 6d 6d 61 6e 64 2d 6c  69 6e 65 20 72 6f 75 74  |ommand-line rout|
00002700  69 6e 65 73 20 75 73 65  64 20 61 72 65 20 61 76  |ines used are av|
00002710  61 69 6c 61 62 6c 65 20  66 72 6f 6d 20 49 6e 66  |ailable from Inf|
00002720  6f 2d 5a 49 50 27 73 20  68 6f 6d 65 20 57 65 62  |o-ZIP's home Web|
00002730  73 69 74 65 2c 20 68 74  74 70 3a 2f 2f 77 77 77  |site, http://www|
00002740  2e 69 6e 66 6f 2d 7a 69  70 2e 6f 72 67 2f 70 75  |.info-zip.org/pu|
00002750  62 2f 69 6e 66 6f 7a 69  70 2f 20 61 6e 64 20 6d  |b/infozip/ and m|
00002760  61 6e 79 20 6f 74 68 65  72 20 73 69 74 65 73 20  |any other sites |
00002770  2d 20 73 65 65 20 74 68  65 20 64 6f 63 75 6d 65  |- see the docume|
00002780  6e 74 61 74 69 6f 6e 20  69 6e 20 74 68 65 20 21  |ntation in the !|
00002790  49 6e 66 6f 7a 69 70 2e  52 6f 75 74 69 6e 65 73  |Infozip.Routines|
000027a0  20 64 69 72 65 63 74 6f  72 79 2e 20 20 20 54 68  | directory.   Th|
000027b0  65 73 65 20 72 6f 75 74  69 6e 65 73 20 61 72 65  |ese routines are|
000027c0  20 63 6f 70 79 72 69 67  68 74 20 49 6e 66 6f 2d  | copyright Info-|
000027d0  5a 49 50 20 61 6e 64 20  6d 6f 64 69 66 69 65 64  |ZIP and modified|
000027e0  20 76 65 72 73 69 6f 6e  73 20 73 68 6f 75 6c 64  | versions should|
000027f0  20 2a 6e 6f 74 2a 20 62  65 20 72 65 64 69 73 74  | *not* be redist|
00002800  72 69 62 75 74 65 64 20  77 69 74 68 6f 75 74 20  |ributed without |
00002810  63 6f 6e 74 61 63 74 69  6e 67 20 74 68 65 6d 20  |contacting them |
00002820  66 69 72 73 74 2e 20 20  28 54 72 79 20 5a 69 70  |first.  (Try Zip|
00002830  2d 42 75 67 73 40 6c 69  73 74 73 2e 77 6b 75 2e  |-Bugs@lists.wku.|
00002840  65 64 75 29                                       |edu)|
00002844