home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 118.lha / Read&Print / Read&Print.doc < prev    next >
Text File  |  1986-11-20  |  3KB  |  70 lines

  1.  
  2.  
  3.  
  4.     "Read" is a file reading utility runable from CLI only.
  5.     Syntax "Read FileName [mode]" where mode is optional
  6.     -a to force ASCII display or -h to force HEX display.
  7.     If mode is not dictated, "Read" decides which mode to
  8.     use based on the presence of 0 value bytes within the
  9.     first one hundred bytes of the file. Text files
  10.     SHOULD NOT have any 0 bytes.
  11.     
  12.     "Print" is also a CLI utility for printing files to the
  13.     printer. Syntax "Print FileName". Print opens a window
  14.     full of gadgets to select the following:
  15.     
  16.          NORMAL/CONDENCED print size*
  17.          YES/NO Emphasized *
  18.          ASCII/HEX Set automatically by "Print", but you
  19.               may change it if you desire.
  20.          YES/NO Print FileName? (Full path name!)
  21.          YES/NO Print Comment? (If print filename is YES,
  22.               and file is commented. Otherwise this
  23.               gadget displays "N/A".)
  24.          TODAY/CREATED/NONE Print date?
  25.          MORE/##/LESS Skip over Perf. *
  26.          MORE/##/LESS Line Spacing *
  27.          MORE/# SPACES/LESS/TAB Tab spacing. IF you click TAB
  28.               tab bytes are output to printer. Otherwise
  29.               spaces are used to create tab stops as requested.
  30.               If # SPACES gadget reads "TAB=TAB", click it to
  31.               go back to number of spaces.
  32.          MORE/##/LESS Indent line. ADDS spaces to left margin
  33.               set in Preferences.
  34.          LINEFEED/FORMFEED Toggle to determine if formfeeds
  35.               within file are output as linefeeds instead.
  36.          YES/NO Formfeed at end. Do you want a single formfeed
  37.               at end of file.
  38.          SAVE THIS CONFIGURATION Saves your current choices
  39.               as defaults for future invokations of "Print".
  40.               This function will fail if "Print" has been
  41.               loaded via the Dos "Path" system. If "Print"
  42.               is reachable via the full directory name by
  43.               which it was invoked, (i.e. "Df0:Print") or
  44.               is in C:, all is well. You may re-name the 
  45.               program.
  46.          PRINT Does the obviuos.
  47.          ABORT Will simply exit the program if printing has
  48.               not started. If printing is in progress,
  49.               "Print stops sending out to the printer at
  50.               the end of the next line. If you printer has
  51.               a sizable buffer, however, printing may continue
  52.               for a while even tho "Print" has exited.
  53.      
  54.      The functions marked with an asterisk (*) are printer 
  55.      dependant, and may do different things (or nothing at all)
  56.      with different printers!
  57.  
  58.      Both these programs are freely distributable provided no
  59.      charge is made for the programs. Author assumes no liability
  60.      in connection with the use or distibution of these programs.
  61.      
  62.      Comments, suggestions and/or contributions all graciously
  63.      accepted by:
  64.          John Scheib
  65.          3805 Fairway Circle
  66.          Las Vegas, NV 89108
  67.          
  68.          
  69.  
  70.