AmigArc - Archive utility, Version 0.11, created on 04/26/86 at 11:00 TEST VERSION -- Compatible with ARC v5.0 (C) COPYRIGHT 1986 by Raymond S. Brand; ALL RIGHTS RESERVED (C) COPYRIGHT 1985,86 by System Enhancement Associates; ALL RIGHTS RESERVED Please refer all inquiries to: Raymond S. Brand c/o The Lido Hotel (a Fido BBS) (203) 248-7324 or AMUSE (a Fido BBS) (212) 269-4879 Hello, AmigArc v0.10 is a version of ARC v5.0 ported to the Amiga. As such, it can perform all of the normal ARC commands on '.ARC' files (for information on ARC commands, find a copy of ARC.DOC). This is a beta test version and extreme caution (have backups!) should be exercized when using it. Bugs fixed (I hope!!) in version 0.11: 1) Yet another problem with lowercase filenames. Known bugs remaining: 1) There is a bug (at least one) in the RAM: disk handler in AmigaDos so please do NOT operate on ".ARC" files resident on the RAM: disk. 2) Searches of directories with many entries is very time consuming. I am told that the 1.2 release of AmigaDos will have some from of buffering mechananism that to fix this. Items of Note: 1) The Run command will NOT be supported. 2) The current version uses the MSdos '.ARC' file structure. This means that file names should follow MSdos conventions. The next version will be able to use the full AmigaDos filenames, and will have an MSdos compatibility option. 3) Wild Cards are permitted in the filename portion of the template, but NOT in the path. The Wild Card scheme used is: /* * WCmatch: Function to determine if the first string matches * the template in the second string. If the third parameter * is zero then case does NOT matter. * * Returns: * 1 if string matches template. * 0 if string does NOT match template. * Any other value indicates a template syntax error. * * 19860308 Raymond S. Brand * * Version 0.08 * * The following describes the syntax of a valid template. * Items in braces ('{' and '}') may be repeated zero or more times. * *