home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 459.lha / WBUndo_v1.0 / WBUndo.doc < prev    next >
Encoding:
Text File  |  1990-12-31  |  4.7 KB  |  130 lines

  1. ************************************************************************
  2.  
  3.  
  4.                         WBUndo        vers. 1.00
  5.  
  6.                         for the Commodore AMIGA
  7.  
  8.  
  9.                             by David Queen
  10.  
  11.           BIX: dqueen
  12.           PeopleLink: d queen
  13.  
  14.  
  15. ************************************************************************
  16.  
  17.  IMPORTANT NOTICE:  This program is copyrighted by David Queen, but can
  18.  be freely distributed, providing that the following rules are respected.
  19.  * No change is made to the program nor to the accompaning documentation
  20.  * The package is always distributed in its complete form consisting of 
  21.    (at least) the 3 files: "WBUndo", "WBUndo.doc", and "WBUndo.info".
  22.  * Every form of distribution is allowed and encouraged, but no fee can 
  23.    be charged for this program except for, possibly, the cost of magnetic 
  24.    media and/or disk duplication and shipping.
  25.  * Inclusion in PD software libraries such as Fish Disks is allowed, 
  26.    provided the fees charged for these disks are comparable with those
  27.    charged by Fred Fish.
  28.  
  29.  By copying, distributing and/or using the program you indicate your 
  30.  acceptance of the above rules.
  31.  
  32.  Also remember that this program is supplied 'as is': the entire risk as
  33.  to the quality of the program is to the user. In no event will the author 
  34.  be liable for direct or indirect damage or loss resulting from the use
  35.  of this program.
  36. ************************************************************************
  37.  
  38.  
  39.  *** Introduction ***
  40.  
  41. WBUndo is a front end shell for .arc, .lzh, .zip, and .zoo archives. It was
  42. made to allow workbench users to extract files from these archives. The 
  43. main programing considerations were to make it as small as possible, while
  44. still being bug free and user friendly.
  45.  
  46.  *** Before starting ***
  47.  
  48. WBUndo uses and requires that you have a copy of the arp.library (v39.1 or
  49. later) in your libs: directory. To extract the archives WBUndo uses arc,
  50. lharc, unzip, and zoo. Those files should be in your C: directory.
  51.  
  52.  *** How to use ***
  53.  
  54. When you double click the WBUndo icon , after it sets up, there are
  55. 3 main steps that happen.
  56.  
  57. 1) An arp file requestor appears. It will be labeled to inform you to
  58. "select from File". If you select the cancel button WBUndo will end.
  59. Double clicking a filename, or selecting a file name and the ok button
  60. will take you to step 2).
  61.  
  62. 2) A different arp file requestor appears. It will be labeled to inform 
  63. you to "select to Drawer". If you select the cancel button you will go
  64. back to step 1). Any filename selected in step 2)  will be ignored. After
  65. you select the desired Drawer click the OK button. 
  66.  
  67. 3) A small interactive shell appears. The correct program is run on the
  68. archive selected in 1) and the files go to the drawer selected in 2).
  69. The progress the archive program is making and any errors it encounters
  70. will be displayed in the shell. When the archive program ends, the shell
  71. disappears and you go back to 1).
  72.  
  73. If you are an advanced user and filezap WBUndo the cli line "WBUndo h"
  74. will print the program names WBUndo is looking for in your C: dir. This
  75. info is given only for completeness and does not grant you a license to
  76. distribute filezaped versions.
  77.  
  78.  *** Return codes ***
  79.  
  80. The current version of WBUndo does not return anything usefull.
  81.  
  82.  *** Bugs ***
  83.  
  84. No known bugs remain in this version.
  85.  
  86.  **** Acknowledgements ***
  87.  
  88. Thanks go to the gang on Bix who answered a lot of dumb questions,
  89. the gang at SAS for a great C compiler, Sebastiano Vigna for his
  90. latarp11.lzh file which made all this a lot smaller and easier, and
  91. the many who brought us arp.
  92.  
  93.  $$$ Shareware $$$
  94.  
  95. If you like WBUndo and wish to use it I would request a $5.00 shareware
  96. fee. For $10 you will get a disk with the C source code, and everything
  97. you need to compile it for yourself, if you use SAS C v5.10a like I do.
  98. If you live outside of the USA please enclose a SASE with sufficient 
  99. postage if you want the disk. If you don't have a C compiler and feel 
  100. uncomfortable about zapping a version to use a different archive program,
  101. at the $10 level I would also put on the disk a version to use any of
  102. the following:
  103.  
  104. for .arc files arc or pkax
  105.  
  106. for .lzh files lz, lharc, or lhunarc
  107.  
  108. for .zoo files booz or zoo
  109.  
  110. for .zip files unzip or zippy
  111.  
  112. For anything else if you enclose I copy I may be able to help you, not
  113. guaranteed, but I would give it a good hard look. 
  114.  
  115.  *** How to contact me ***
  116.  
  117. Please send suggestions, comments, money, or bug reports to:
  118.  
  119. David E. Queen
  120. 3306 Mobile Drive
  121. Parsons KS 67357
  122.  
  123. Suggestions, comments, and bug reports can also go to:
  124.  
  125. 'd queen' on plink, 'dqueen' on bix, or David Queen on The Hobbit Hole BBS
  126. (1-904-243-6219) or Amiga Exchange(1-213-325-1796). I call these BBS's at
  127. least once a week.
  128.  
  129. I hope you enjoy my first real C program. DQ
  130.