home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / read302.zip / READMAKE.DOC < prev    next >
Text File  |  1993-01-07  |  2KB  |  46 lines

  1. READMAKE.DOC
  2. 01/07/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 READMAKE syntax is as follows:
  12.  
  13.     READMAKE infile [ outfile ] [ /OVERWRITE ] [ /DATE=FILE | /DATE=TODAY ]
  14.       [ /TITLE="text" ] [ /? ]
  15.  
  16. where:
  17.  
  18. "infile" is the name of the text file you want to make self-viewable.  Full
  19. drive and path specifications are allowed.
  20.  
  21. "outfile" is the name of the executable file you want to create.  Any extension
  22. is ignored (it has to be an .EXE file).  You can specify a drive and path if
  23. desired.  If "outfile" is not specified, the routine will presume that the
  24. output file name is the same as the infile name, with an EXE extension.
  25.  
  26. "/OVERWRITE" says to overwrite the outfile if it already exists.
  27.  
  28. "/DATE=FILE" and "/DATE=TODAY" allow you to specify which date will appear when
  29. the person views the file.  "/DATE=FILE" means they'll see the date the
  30. original text file was last created/modified.  "/DATE=TODAY" means they'll see
  31. the date you ran READMAKE on the file.  By default, they will see /DATE=TODAY.
  32.  
  33. "/TITLE="text"" allows you to specify a short (maximum 29 character) title line
  34. to appear at the top of the viewing screen.  Any characters after the 29th will
  35. be ignored.  The title must appear in quotation marks.  If no title is provided,
  36. then the screen will show nothing in that portion of the screen.
  37.  
  38. "/?" or "/HELP" or "HELP" gives you syntactical help.
  39.  
  40.  
  41. Program written by Bruce Guthrie.  Comments and suggestions can be sent to:
  42.  
  43.                 Bruce Guthrie
  44.                 113 Sheffield St.
  45.                 Silver Spring, MD 20910
  46.