home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / READ310.ZIP / READMAKE.DOC < prev    next >
Text File  |  1993-09-25  |  3KB  |  66 lines

  1. READMAKE.DOC
  2. 09/25/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. provided relevant documentation is kept with the program, no changes are made to
  52. the program or documentation, and it is not bundled with commercial programs or
  53. charged for separately.  People who need to bundle it in for-sale packages must
  54. pay a $50 registration fee to "Wayne Software" at the following address.
  55. Comments and suggestions can also be sent to:
  56.  
  57.                 Bruce Guthrie
  58.                 Wayne Software
  59.                 113 Sheffield St.
  60.                 Silver Spring, MD 20910
  61.  
  62.                 fax: (301) 588-8986
  63.  
  64. Foreign users:  Please provide an Internet address in all correspondence.
  65.  
  66.