home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / areacode.arc / AreaCode.DOC < prev    next >
Text File  |  1989-03-21  |  5KB  |  119 lines

  1.  
  2.                 **** The Sharewarer's BBS 313-473-2020 ***
  3.  
  4.                               DosPlus2.DOC 
  5.                                    by 
  6.                               Bill Beogelein
  7.  
  8. DosPlus adds additional commands to the Amiga's CLI. Add the following files
  9. to the `c' directory of your WorkBench disk and they will be available from
  10. CLI at any time.  The descriptions listed below are expressed in terms of
  11. parameters `passed' and values `returned'.  Square brackets `[]' mark
  12. optional information, a vertical bar `|' represents any ONE of several
  13. choices allowed.  Execute commands from CLI ONLY by entering command name
  14. and the parameter[s] as shown.  Entering just the command will list the
  15. `Usage' template giving additional guidelines.
  16.  
  17.           1)  LOCK               5)  PRINT
  18.           2)  UNLOCK             6)  COL
  19.           3)  AREACODE           7)  PREF
  20.           4)  TIMER              8)  FIXED
  21.            
  22. The original author offers these programs as `ShareWare'.  Feel free to
  23. distribute them via user groups, BBS's, etc.
  24.  
  25.                    Bill Beogelein      
  26.                    Box 52441
  27.                    Livonia, MI  48152
  28.  
  29. This support along with your suggestions will allow bug fixes, and updates
  30. for this and future software.
  31.  
  32.          **** The Sharewarer's BBS 313-473-2020 Email `SysOp' ***
  33.  
  34.                         Copyright © 1988 Beogelein
  35.  
  36. 1)  Usage:  LOCK filename [filename] ... 
  37.     Pass any filename[s], protects from deletion.
  38.     Allows wildcard search of current directory,
  39.     `?' matches any single character.
  40.     Either `#?' or `*' matches any number of characters.
  41.  
  42. 2)  Usage:  UNLOCK filename [filename] ... 
  43.     Pass any filename[s], unprotects, permitting deletion
  44.     with CLI `delete' command. 
  45.     Allows wildcard search of current directory,
  46.     `?' matches any single character.
  47.     Either `#?' or `*' matches any number of characters.
  48.  
  49. 3)  Usage:  AREACODE ### | state [###... ST ...]
  50.     a)  Pass United States, Canada, or Mexico area code,
  51.         returns geographic location.
  52.     b)  Pass 2 letter state name, returns all area codes
  53.         used in that state.
  54.     Supports '?' wildcard to match any single character.
  55.  
  56. 4)  Usage:  TIMER [n]  (n=cents per minute)
  57.     a)  Without a parameter, TIMER starts counting up
  58.         from 00:00:00 in format hh:mm:ss.  
  59.     b)  Entering optional amount in cents per minute of
  60.         on-line service charge or phone rates, counts time
  61.         and total dollar amount per minute. 
  62.     Example:  If on-line service charge cost 10 cents per
  63.     minute and phone call cost 3 cents per minute, entering
  64.     `TIMER 13' counts hours, minutes, seconds, and continual
  65.      running cost while online. 
  66.     Clicking the `[o]' gadget resets time and cost to zero.
  67.  
  68. 5)  Usage:  PRINT [-quiet] filename
  69.     Click gadgets for desired printer set-up, prints text
  70.     filename.  Allows draft/compressed mode, emphasized mode,
  71.     subscript mode, line spacing, skip n lines over each
  72.     paper perforation.  Your printer must support these
  73.     modes.  RUN PRINT filename immediately returns
  74.     control to user while multitasking PRINTs file. 
  75.     Using option -quiet prints filename using default
  76.     settings only.  PRINT V2.0 and later allows user to
  77.     set defaults in ASCII form in file s:".PRINT.setup".
  78.     (See sample.)
  79.  
  80. 6)  Usage:  COL 60 | 80 
  81.     Pass either 60 or 80 for desired column display.  Run
  82.     before loading programs written specifically for one
  83.     column size only.
  84.  
  85. 7)  Usage:  PREF [-color] DEF | SHOW | LOAD | SAVE | [filename]
  86.     Resets preferences to DEFault, LOADs last saved, or
  87.     specified `filename' usually in drawer `sys:devs/'.  This
  88.     allows your choice of several different `system-configuration'
  89.     files to be activated without running Preferences.
  90.     -c + option affects only color settings.
  91.     PREF DEF               Reset preferences to default
  92.     PREF SHOW              Shows current preference settings
  93.     PREF LOAD              Reset preferences to last saved
  94.     PREF SAVE              Saves preferences in sys:devs/System-Configuration
  95.  
  96.     PREF -c DEF            Reset only default colors
  97.     PREF -c SHOW           Shows only current color settings
  98.     PREF -c LOAD           Reset only colors last saved
  99.     PREF -c SAVE           Saves color info in sys:devs/System-Configuration
  100.  
  101.     PREF SHOW mysetup      Shows preferences in file named mysetup
  102.     PREF LOAD mysetup      Reset preferences to data in file named mysetup
  103.     PREF SAVE mysetup      Saves preferences in file named mysetup
  104.  
  105.     PREF -c SHOW mysetup   Shows color info in file named mysetup
  106.     PREF -c LOAD mysetup   Reset color info to file named mysetup
  107.     PREF -c SAVE mysetup   Saves color info in file named mysetup
  108.  
  109. 8)  Usage:  FIXED infile outfile [32] [200]
  110.     Pass inbound and outbound filenames, deletes all binary
  111.     characters as defined by CLI C/Ed editor.
  112.     Corrects C/Ed's maximum number of characters per line
  113.     restriction.
  114.     Converts Carriage Returns to LineFeeds.
  115.     Optional ASCII value replaces all binary characters with
  116.     desired character.
  117.     Optional line length inserts line feeds every n
  118.     characters.
  119.