home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / arc / ARCA120.LZH / WHATS.NEW < prev   
Text File  |  1990-04-30  |  10KB  |  189 lines

  1.       What's New for ArcAid 1.20, release date 04/12/90
  2.  
  3. Note to Beta site testers:
  4.  
  5. If you still have version 1.10b lying around, please erase it, or
  6. otherwise get rid of it. Release 1.20 supercedes any previous version
  7. of ArcAid that you may have. If you are a registered user, feel free
  8. to download and use this release. If you are not registered, and you
  9. continue to use ArcAid, registration is required. The fee is still
  10. only $10.00 and is a one-time for all versions registration.
  11.  
  12. Please note...there was no full release of 1.12. The next is 1.20.
  13. Due to the many new features and changes, I decided to raise the
  14. release to the next major level (.20). The manual has been revised
  15. and updated to not only include the new features, but hopefully to be
  16. clearer in operation.
  17.  
  18. New features since 1.00:
  19.  
  20. ArcAid is now being developed using the LARGE 8086 model, which means
  21. that it now uses all available memory for directories and so forth...so
  22. the 500 file total directory limit with release 1.00 no longer applies.
  23. The only limit is the amount of memory available to ArcAid. However,
  24. ArcAid does have a 500 file per directory window limit. If there are
  25. users out there with greater than 500 files in a particular directory,
  26. let me know what you are using and I will expand ArcAid to handle that.
  27.  
  28. Lharc files are now directly accessed for file directory purposes.
  29. Lharc.exe is still needed to arc/de-arc the files, but I was able to
  30. get the file structure information so I can now access the file header
  31. data as in the other formats.
  32.  
  33. Screen operations have changed a bit. I now show the archiver file
  34. operations as they happen. This means that you will see each archiver
  35. working, then return to ArcAid. This was a compromise I had to make
  36. to allow greater flexibility in error checking with the archiving
  37. programs. If you really hate this, let me know. I'm not sure what I
  38. can do about it, but let me know anyway.
  39.  
  40. Disk drive errors are fully trapped, so you cannot ask for a drive
  41. that your machine doesn't have, nor does selecting a non-ready drive
  42. mess up the screen. When an invalid path or drive is asked for, ArcAid
  43. tries and upon failure will return to the previous path or drive.
  44.  
  45. The new commands are included in the help window display that is shown
  46. when <F1> is pressed from within the directory view mode.
  47.  
  48.                      User Specified Work Area
  49.  
  50. Prior to this release, ArcAid would create a temporary directory in
  51. the current drive and path for temporary extraction of files for
  52. viewing and moving. This caused problems when you were viewing/moving
  53. files from/to floppies that were pretty full. You can now specify a
  54. default work area that is saved in the ARCAID.DEF file.
  55.  
  56. To specify this area, use the <Alt-W> key. At the prompt box, enter
  57. the full drive\path specification, INCLUDING TRAILING BACKSLASH!!!
  58.  
  59. For example, say you wanted ArcAid to create a temporary area in
  60. the root directory of drive C:, enter this drive\path combination:
  61.  
  62.                C:\
  63.  
  64. If you wanted to have ArcAid create it's work area in your Opus file
  65. area (and it was called OPUS and on drive C:), then:
  66.  
  67.                C:\OPUS\
  68.  
  69. is what you need.
  70.  
  71. As with the other areas you can change within ArcAid, pressing <Return>
  72. or <Enter> without entering anything leaves the current value unchanged.
  73.  
  74.                      Multiple File Operations
  75.  
  76. This is the major operational addition to ArcAid. Of the many changes
  77. that I have made to the code, this is the one that is the most visible
  78. to the user. Multiple file operations are available in two modes:
  79. tagged file mode and file mask/wildcard mode.
  80.  
  81. You can now tag/untag multiple files for use with all commands. This
  82. extends to arc'd files as well. In other words, you can tag a number of
  83. files and create a new arc file and all tagged files will be included
  84. in the new file. Or you can tag a bunch of files to extract from an
  85. archive file and it will extract them all. Or you can tag a bunch of arc'd
  86. files and move them to another file.
  87.  
  88. To tag/untag a file, whether in the directory view or arc contents view,
  89. use the <Ins> key. This is a toggle. Push once and it's tagged. Push
  90. again and it's not. To clear all tags press the <Del> key.
  91.  
  92. There is a limit to the number of files that you can tag. The limit is
  93. dependant upon the length of the filenames that have been selected. DOS
  94. has a command line length limit of 127 characters, so the total length
  95. of all files cannot be longer than 118 characters (the difference is the
  96. length of the archiver file name and it's command option). If you select
  97. too many files, ArcAid will tell you so and you can go back and unselect
  98. some. Remember, a full file name occupies 12 character spaces, so a good
  99. rule of thumb is you can tag about 10 files at a time.
  100.  
  101. To help you keep track of the number of files tagged, as well as the free
  102. command line space that is available, 2 new display features have been
  103. added. These features are provided for both directory view windows and
  104. for the arc file contents view window. These features are [Tagged:xx] and
  105. [CmdSpace:xxx].
  106.  
  107. [Tagged:xx] tells you how many files you have tagged for the currently
  108. active window. [CmdSpace:xxx] tells you how many character positions you
  109. have left in the DOS command line. This figure includes the archiver
  110. file name and option and the full drive\path\filename of a archive file
  111. that has the maximum number of letters allowed in the name (12). As the
  112. remaining command space is dependant upon the destination drive\path, this
  113. figure will change as you move the other destination window, so before you
  114. actually execute the function, make sure that you have not exceeded the
  115. command line space. ArcAid will let you exceed the command line space so
  116. you can pick and choose among files if you have a choice. However, ArcAid
  117. will not execute the command if you have exceeded the command line length.
  118.  
  119. When you change to a new directory, the tags for that view window are
  120. cleared.
  121.  
  122.                      File Mask/*.* Selection                                                                                                                    File Mask/*.* Selection
  123.  
  124. In addition to being able to tag multiple files, you can also select a
  125. group of files by using wildcards. For all operations, if no files are
  126. tagged when a command key is pressed, you will be asked for a new file
  127. mask, with the default value displayed in the window title position. The
  128. default value will be the file that was highlighted by the cursor bar
  129. when the command key was pressed. The default value is automatically
  130. selected simply by pressing <Enter> without entering anything.
  131.  
  132. However, you can specify any SINGLE file mask at this point. You can
  133. enter a complete drive\path\filename, a filename with wildcards, or
  134. just *.*. For example, say you had an archive with a bunch of files
  135. with a .DAT extension and you wanted to extract only these files. You
  136. would press <F2> (to extract files) and then enter *.dat and ArcAid would
  137. then do the rest. The same is true for other commands as well.
  138.  
  139. Please note: only one file mask (specification) can be entered. Anything
  140. else will generate errors.
  141.  
  142.                        Copy File Operation
  143.  
  144. You can now copy a file or files from source to destination from within
  145. ArcAid without having to exit to DOS. To execute this command, select the
  146. file or files (using the tag/untag operation described above) and press
  147. <Alt-C>. ArcAid will then copy the list of files to the destination
  148. window. Please note: ArcAid automatically assigns the non-active view
  149. window as the destination. Do not 'tab' over to the other window to show
  150. ArcAid that this is the destination. You must be in the source window
  151. before pressing <Alt-C>. If this is confusing (as this is not really
  152. consistent with the archive commands), let me know.
  153.  
  154. If you only want to copy one file, you don't need to 'tag' it. Just
  155. select it by moving the cursor bar to the desired file and press
  156. <Alt-C>. You will be asked to enter a file mask. Press <Enter> to accept
  157. the default value, which will be the selected file.
  158.  
  159.                        Delete File Operation
  160.  
  161. This command <Alt-D> allows you to delete one or more files from the
  162. current directory view window. This is basically the same as the DOS
  163. command ERASE or DEL. You can either move the cursor bar to the file
  164. that you want to select, or you can select multiple files as described
  165. above. Either way, pressing <Alt-D> will prompt you with a "Do you really
  166. want to do this?" message. If you answer "Y" (case insensitive), then
  167. ArcAid will erase each file entry you have selected in the current
  168. directory view window. THIS IS NOT A REVERSABLE COMMAND (unless you have
  169. an unerase command). This is a powerful command. Do not be careless with it.
  170.  
  171.                Configuration and Default Information
  172.  
  173. If ArcAid cannot find the defaults file, ARCAID.DEF in the directory where
  174. it finds itself (ARCAID.EXE), it will prompt you for the program defaults
  175. before the main screen is presented. After entering the defaults, ArcAid
  176. will save these for future use. You can also change these at any time by
  177. using the <Alt-F> command. <Alt-F> allows you to change any or all of the
  178. program defaults, including the file viewer (<Alt-V) and the temporary
  179. work directory path (<Alt-W>).
  180.  
  181. As always, I would appreciate your input.
  182.  
  183. Mike Masse
  184. 8822 Country View Drive
  185. Sparta, MI  49345
  186. Voice: 616-887-9404
  187. E-Mail: Plane Crazy BBS, 616-887-9584, Opus 1:228/22.0
  188.         (Mark Spangenberg, Sysop)
  189.