home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 067.lha / WIZARD.DOC < prev    next >
Text File  |  1986-11-20  |  7KB  |  271 lines

  1.  
  2.  
  3.                    THE CLI WIZARD
  4.                 Written By J.L. White
  5.                   (C)1987 Merlin's Software
  6.  
  7.  
  8. Yet another Disk Utility. I decided to write this because I could not find
  9. one that did everything I wanted. One thing I hated was having to resize 
  10. the window all the time to get to icons or other windows, so I put it on a
  11. separate screen. Since I am into graphics so much I added a little Window 
  12. Dressing (HAHA). I liked Greg Cunningham's DiskMan but I HATE Hi res flicker,
  13. and I never did care for the double windows. So Anyway this is my rendition.
  14.  
  15. This is a Shareware program. If you like it and use it send $10.00 to:
  16.  
  17. J.L. White
  18. 1304 Four Seasons Blvd.
  19. Tampa, Fla. 33613
  20. (813) 971-4451
  21.  
  22. We will keep you informed of latest releases of this and other software.
  23.  
  24.  
  25.  
  26.  
  27. First off I would like to thank Athan Kartsatos (A.K.A. Souli). He got the 
  28. main bugs worked out of this thing and got me up and running. Without his
  29. help you probably would not be reading this. Thanks to Greg Cunningham for
  30. helping me with loading the Graphics. To some this might be an easy task but
  31. since this is only my second project in C it was a big problem. Also thanks
  32. to Chris Nicotra and Nathan Barber for getting the ball rolling with the 
  33. early versions of DirUtil.
  34.  
  35. 10/3/87
  36. *****************************************************************************
  37. *                      Instructions for THE CLI WIZARD                      *
  38. *****************************************************************************
  39.  
  40. To start program go to cli and type RUN WIZARD. It looks for a file called
  41. Wiz.Pic so CD to the directory first. Sorry it does not run from Workbench
  42. at this time.
  43.  
  44. There are 8 gadgets that you can customize yourself. I will explain these
  45. later. I will now briefly explain each of the gadgets functions.
  46.  
  47. You will need the following files in your C directory:
  48.  
  49. Run, Ed, Show, Arc, Execute, 
  50. Assign, Zap, Install, Format, Newcli, FACC, On-Off, Quickcopy
  51.  
  52. If these files don't exist those gadgets won't work but the rest will.
  53. The files must be named as show above. 
  54.  
  55.  
  56. DF0: DF1: DH0: RAM: VD0:
  57. ~~~~~~~~~~~~~~~~~~~~~~~~
  58.  These gadgets will list the files in the chosen device. These can be changed
  59. like the custom gadgets. (read below).
  60.  
  61. S:
  62. ~~
  63.  This shows the current source directory. Click in here to manually select
  64. a directory.
  65.  
  66. D:
  67. ~~
  68.  This shows the current destination directory. Click in here to manually 
  69. select a directory. 
  70.  
  71. E:
  72. ~~
  73.  This is used for extentions for files that you Run. Also to rename files or
  74. name arc files. I did not like to use the D box for this cause then you had
  75. to enter the destination directory again to copy the files.
  76.  
  77. TIME:
  78. ~~~~~
  79.  This displays the current system time. At this time you have to click a 
  80. gadget to see it update.
  81.  
  82. RAM:
  83. ~~~~
  84.  This displays the available memory that you have left. At this time you 
  85. have to click a gadget to see it update.
  86.  
  87. GETDIR:
  88. ~~~~~~~
  89.  Click on a subdirectory (in red) then click this gadget to read that 
  90. directory.
  91.  
  92. DELDIR:
  93. ~~~~~~~
  94.  Use to delete selected subdirectory. Error will occur if you try to delete
  95. a directory that is not empty.
  96.  
  97. MAKEDIR:
  98. ~~~~~~~~
  99.  Creates a directory with the name taken the the E box.
  100.  
  101. ROOT:
  102. ~~~~~
  103.  Reads the current root directory.
  104.  
  105. PARENT:
  106. ~~~~~~~
  107.  Reads the current parent directory.
  108.  
  109. SWAP:
  110. ~~~~~
  111.  Switches the source and desitnation directories.
  112.  
  113. ALL:
  114. ~~~~
  115.  Selects all files in directory ( including those not seen in window).
  116.  
  117. CLEAR:
  118. ~~~~~~
  119.  De- Selects all files in directory.
  120.  
  121. BYTE:
  122. ~~~~~
  123.  Shows amount of Bytes in all selected files.
  124.  
  125. SINFO:
  126. ~~~~~~
  127.  Shows how much disk space is left on source device.
  128.  
  129. DINFO:
  130. ~~~~~~
  131.  Shows how much disk space is left on destination device.
  132.  
  133. RUN:
  134. ~~~~
  135.  Will run another program. Any output from the program will be directed to
  136. the cli window you ran Wizard from. Select a file then click gadget. It will
  137. also accept an extention form the E box.
  138.  
  139. COPY:
  140. ~~~~~
  141.  Copies selected files from source to destination.
  142.  
  143. DELETE:
  144. ~~~~~~~
  145.  Deletes selected files from source device.
  146.  
  147. MOVE:
  148. ~~~~~
  149.  Moves a file from one directory to another on the same device.
  150.  
  151. RENAME:
  152. ~~~~~~~
  153.  Renames a file or directory to the name in the E box.
  154.  
  155. LISTARC:
  156. ~~~~~~~~
  157.  List the files in an arc file. Flip to Workbench to see listing.
  158.  
  159. EXECUTE:
  160. ~~~~~~~~
  161.  Excutes a batch file. Oftened used to rename files extracted from an Arc
  162. file.
  163.  
  164. SHOW:
  165. ~~~~~
  166.  Displays IFF pictures. Uses any iff reader named show in the C directory.
  167. Click upper left corner to exit picture.
  168.  
  169. READ:
  170. ~~~~~
  171.  Used to read ASCII files (doc files, source code, etc.). Click on files to
  172. read then click gadget.
  173.  
  174. EDIT:
  175. ~~~~~
  176.  Used to edit ASCII files. Loads file called ED (ED, TXED, etc.). Click on
  177. file to edit then click gadget.
  178.  
  179. PRINT:
  180. ~~~~~~
  181.  Will print text file to printer.
  182.  
  183. ARC:
  184. ~~~~
  185.  Use to add files to an arc file. Use E box for name of arc then click on 
  186. files to add. Flip to Workbench to see files being added.
  187.  
  188. UNARC:
  189. ~~~~~~
  190.  Will extract files from selected arc file. Flip to Wbench to see files. If
  191. you get caught when you try to unarc over an existing file it will lock up.
  192. Click in the cli window and hit ^C to exit.
  193.  
  194. STATUS:
  195. ~~~~~~~
  196.  This is where errors are displayed and also shows what the current function
  197. is.
  198.  
  199.  
  200.  
  201. CUSTOM GADGETS:
  202. ~~~~~~~~~~~~~~~
  203.  
  204. There are 8 gadgets that can be changed. These are at the bottom right hand
  205. corner of the screen. I will explain what they do now then how to edit them.
  206.  
  207.  
  208. ASSIGN:
  209. ~~~~~~~
  210.  This will reassign devices. Use the E box for extentions (ex. C: RAM:C).
  211.  
  212. ZAP:
  213. ~~~~
  214.  This loads a file zap program called ZAP. It will also accept a filename
  215. from the E box.
  216.  
  217. INSTALL:
  218. ~~~~~~~~
  219.  You can install a disk with E box (ex. DF1:).
  220.  
  221. FORMAT:
  222. ~~~~~~~
  223.  This allows you to format a disk (ex. DRIVE df1: NAME Data). WARNING: Make
  224. sure the E box is correct because it does not wait for a carriage return.
  225.  
  226. NEWCLI:
  227. ~~~~~~~
  228.  Opens a newcli on the Workbench screen.
  229.  
  230. FACC:
  231. ~~~~~
  232.  This is a commercial piece of software. Its like addbuffers but much better.
  233. If you copy files alot it is well worth the price.
  234.  
  235. ON-OFF:
  236. ~~~~~~~
  237.  For those with extra memory you know what this is. Some programs don't work
  238. well with extra memory so this allows you to toggle the ram on and off.
  239.  
  240. Q-COPY:
  241. ~~~~~~~
  242.  This is a PD copy program. It is fast and simple and small. But you can 
  243. edit it and change to your favorite.
  244.  
  245. EXIT:
  246. ~~~~~
  247.  I think you can figure this out.
  248.  
  249.  
  250.  
  251. EDITING CUSTOM GADGETS:
  252. ~~~~~~~~~~~~~~~~~~~~~~~
  253.  
  254.  The 4 gadgets on the top will accept info from the E box the bottom 4 will
  255. not. You will need to programs to edit this. A paint program (ex. DPaint)
  256. and a file zap (ex. NEWZAP). Load the picture and change the text on the
  257. gadgets with the names of the files you want. Don't let the green throw you.
  258. Next you need to Zap the file WIZARD. Search for the string (ex. Newcli).
  259. You will notice that there are alot of blank spaces in front. In fact you
  260. have room for 12 characters. Just make sure the last character is in the same
  261. position. 
  262.  
  263. "      Newcli"
  264. "  Df1:DPaint"
  265.  
  266. Try this on a backup O.K.
  267.  
  268. Notice you can tell it where to look for the file by adding that to the name.
  269. I hope this has been clear enough. I plan on many new enhancements in the
  270. future. Let me know what you like and dislike about it...Later....J.L. White
  271.