home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 003.lha / DosPlus2.doc < prev    next >
Text File  |  1986-03-02  |  4KB  |  91 lines

  1.  
  2.                        DosPlus2.doc 
  3.                            by 
  4.                       Bill Beogelein
  5.  
  6. DosPlus adds additional commands to the Amiga's CLI. Add the
  7. following files to the `c' directory of your WorkBench disk,
  8. they will be available from CLI at anytime.  The desciptions
  9. listed below are expressed in terms of parameters `passed' and
  10. values `returned'.  Square brackets `[]' mark optional
  11. information, a vertical bar `|' represents any ONE of several
  12. choices allowed.  Execute commands from CLI ONLY by entering
  13. command name and the parameter[s] as shown.  Entering just
  14. the command will list the `Usage' template giving additional
  15. guidelines.
  16.  
  17.              1)  LOCK v1.2           6)  COL v1.1
  18.              2)  UNLOCK v1.2         7)  PREF v1.1
  19.              3)  AREACODE v1.4       8)  FIXED v1.4
  20.              4)  TIMER v1.5          9)  AUTONOTE v1.1
  21.              5)  PRINT v1.1
  22.            
  23. The original author offers these programs as `ShareWare'.
  24. Feel free to distribute them via user groups, BBS's, etc.
  25. If you've found the programs useful please send a small
  26. contribution to: 
  27.                    Bill Beogelein      
  28.                    P.O. Box 05256      
  29.                    Detroit, MI  48205  
  30. This support along with your suggestions will allow bug fixes,
  31. and updates for this and future software.
  32.                                           Thank You
  33.  
  34. 1)  Usage:  LOCK filename [filename] ... 
  35.     Pass any filename[s], protects from deletion.
  36.     Allows wildcard search of current directory,
  37.     `?' matches any single character.
  38.     Either `#?' or `*' matches any number of characters.
  39. 2)  Usage:  UNLOCK filename [filename] ... 
  40.     Pass any filename[s], unprotects, permitting deletion
  41.     with CLI `delete' command. 
  42.     Allows wildcard search of current directory,
  43.     `?' matches any single character.
  44.     Either `#?' or `*' matches any number of characters.
  45. 3)  Usage:  AREACODE nnn [nnn] ...
  46.     Pass United States, Canada, or Mexico area code,
  47.     returns geographic location.
  48. 4)  Usage:  TIMER [n]  (n=cents per minute)
  49.     a)  Without a parameter, TIMER starts counting up
  50.         from 00:00:00 in format hh:mm:ss.  
  51.     b)  Entering optional amount in cents per minute of
  52.         on-line service charge or phone rates, counts time
  53.         and total dollar amount per minute. 
  54.     Example:  If on-line service charge cost 10 cents per
  55.     minute and phone call cost 3 cents per minute, entering
  56.     `TIMER 13' counts hours, minutes, seconds, and continual
  57.      running cost while online. 
  58.     Clicking the `[o]' gadget resets time and cost to zero.
  59. 5)  Usage:  PRINT filename 
  60.     Click gadgets for desired printer set-up, prints text
  61.     filename.  RUN PRINT filename immediately returns
  62.     control to user while multitasking PRINTs file. 
  63. 6)  Usage:  COL 60 | 80 
  64.     Pass either 60 or 80 for desired column display.  Run
  65.     before loading programs written specifically for one
  66.     column size only.
  67. 7)  Usage:  PREF DEF | LAST | filename. 
  68.     Resets preferences to DEFault, LAST saved, or specified
  69.     `filename' in drawer `sys:devs/'.  This allows your
  70.     choice several different `system-configuration' files
  71.     to be activated without running Preferences.  
  72.     WARNING:  No error checking is done to determine if
  73.     `filename' is a valid `system-configuration' type file. 
  74. 8)  Usage:  FIXED infile outfile [32] [200]
  75.     Pass inbound and outbound filenames, deletes all binary
  76.     characters as defined by CLI c/ed editor.
  77.     Corrects c/ed's maximum number of characters per line
  78.     restriction.
  79.     Converts carriage returns to linefeeds.
  80.     Optional ascii value replaces all binary characters with
  81.     desired character.
  82.     Optional line length inserts line feeds every n
  83.     characters.
  84.  
  85. 9)  Usage: AUTONOTE filename [filename] ... 
  86.     Pass filename[s], automatically sets FILENOTE to first
  87.     valid text string contained in filename. 
  88.  
  89.  
  90.  
  91.