home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textutil / read307.zip / READMAKE.DOC < prev    next >
Text File  |  1993-03-31  |  3KB  |  58 lines

  1. READMAKE.DOC
  2. 03/31/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 ] [ /DATE=FILE | /DATE=TODAY ]
  18.       [ /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. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date will appear when
  33. the person views the file.  "/DATE=FILE" means they'll see the date the
  34. original text file was last created/modified.  "/DATE=TODAY" means they'll see
  35. the date you ran READMAKE on the file.  By default, they will see /DATE=TODAY.
  36.  
  37. "/TITLE="text"" allows you to specify a short (maximum 29 character) title line
  38. to appear at the top of the viewing screen.  Any characters after the 29th will
  39. be ignored.  The title must appear in quotation marks.  If no title is provided,
  40. then the screen will say "Text file viewer".
  41.  
  42. "/?" or "/HELP" or "HELP" gives you syntactical help.
  43.  
  44.  
  45. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  46. provided relevant documentation is kept with the program, no changes are made to
  47. the program or documentation, and it is not bundled with commercial programs or
  48. charged for separately.  People who need to bundle it in for-sale packages must
  49. pay a $50 registration fee to "Wayne Software" at the following address.
  50. Comments and suggestions can also be sent to:
  51.  
  52.                 Bruce Guthrie
  53.                 Wayne Software
  54.                 113 Sheffield St.
  55.                 Silver Spring, MD 20910
  56.  
  57.                 fax: (301) 588-8986
  58.