home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / READ312.ZIP / READMAKE.DOC < prev    next >
Text File  |  1993-12-02  |  3KB  |  73 lines

  1. READMAKE.DOC
  2. 12/02/93
  3.  
  4. The READMAKE program makes any text file into an executable viewable file.  The
  5. viewer is a version of the READ program and supports backscrolling, EGA/VGA
  6. modes, searching, copying, and printing.  See the separate READ.DOC file for a
  7. description of the READ program's capabilities.  The only difference between
  8. viewing the file with READ vs viewing it in this self-viewable mode is that you
  9. can't specify any file specification when you use the self-viewable mode.
  10.  
  11. The self-viewable file uses the READ.INI file if one exists.  See READ.DOC for
  12. an explanation of this file.
  13.  
  14.  
  15. Syntax:
  16.  
  17.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  18.       [ /DATE=FILE | /DATE=TODAY ] [ /TITLE="text" ] [ /? ]
  19.  
  20. where:
  21.  
  22. "infile" is the name of the text file you want to make self-viewable.  Full
  23. drive and path specifications are allowed.
  24.  
  25. "outfile" is the name of the executable file you want to create.  Any extension
  26. is ignored (it has to be an .EXE file).  You can specify a drive and path if
  27. desired.  If "outfile" is not specified, the routine will presume that the
  28. output file name is the same as the infile name, with an EXE extension.
  29.  
  30. "/OVERWRITE" says to overwrite the outfile if it already exists.
  31.  
  32. "/-OVERWRITE" says to abort if the output file exists already.
  33.  
  34. "/OVERASK" says to prompt if the output file exists already; default.
  35.  
  36. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date will appear when
  37. the person views the file.  "/DATE=FILE" means they'll see the date the
  38. original text file was last created/modified.  "/DATE=TODAY" means they'll see
  39. the date you ran READMAKE on the file.  By default, they will see /DATE=TODAY.
  40.  
  41. "/TITLE="text"" allows you to specify a short (maximum 29 character) title line
  42. to appear at the top of the viewing screen.  Any characters after the 29th will
  43. be ignored.  The title must appear in quotation marks.  If no title is provided,
  44. then the screen will say "Text file viewer".
  45.  
  46. "/?" or "/HELP" or "HELP" gives you syntactical help.
  47.  
  48.  
  49.  
  50. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  51. and redistribution provided relevant documentation is kept with the program, no
  52. changes are made to the program or documentation, and it is not bundled with
  53. commercial programs or charged for separately.  People who need to bundle it in
  54. for-sale packages must pay a $50 registration fee to "Wayne Software" at the
  55. following address.
  56.  
  57. Additional information about this and other Wayne Software programs can be found
  58. in the file BRUCEymm.DOC which should be included in the original ZIP file.
  59. ("ymm" is replaced by the last digit of the year and the two digit month of the
  60. release.  BRUCE312.DOC came out in December 1993.  This same naming convention
  61. is used in naming the ZIP file that this program was included in.) Comments and
  62. suggestions can also be sent to:
  63.  
  64.                 Bruce Guthrie
  65.                 Wayne Software
  66.                 113 Sheffield St.
  67.                 Silver Spring, MD 20910
  68.  
  69.                 fax: (301) 588-8986
  70.  
  71. Foreign users:  Please provide an Internet address in all correspondence.
  72.  
  73.