home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / snapshot.lzh / SNAPSHOT.DOC < prev   
Text File  |  1988-11-24  |  2KB  |  48 lines

  1.           SNAPSHOT                                Steven Holzner
  2.           ______________________________________________________
  3.  
  4.           Purpose:  Saves your current screen and up to three
  5.                     additional prefabricated screens for
  6.                     immediate display without leaving an
  7.                     application program.
  8.  
  9.           Format:   SNAPSHOT     (loads memory-resident program)
  10.                     <Ctrl-N>             (stores current screen)
  11.                     <Ctrl-F>            (displays stored screen)
  12.                     <Ctrl-A>             (displays screen A.DAT)
  13.                     <Ctrl-B>             (displays screen B.DAT)
  14.                     <Ctrl-C>             (displays screen C.DAT)
  15.  
  16.           Remarks:  SNAPSHOT is a memory-resident utility that is
  17.                     incompatible with programs (such as XyWrite)
  18.                     that take control of the keyboard interrupts.
  19.                     While written in assembly languge, it is
  20.                     presented here with a BASIC interface that
  21.                     need be run only once, but which facilitates
  22.                     entering the trigger keys you will use to
  23.                     store the current screen, recall it, and to
  24.                     recall up to three screens you can prepare
  25.                     with an ASCII word processor and store under
  26.                     the filenames A.DAT, B.DAT, and C.DAT.
  27.  
  28.                     When you load and run SNAPSHOT.BAS under
  29.                     BASIC you will be prompted for the required
  30.                     key selections.  Thereafter the program will
  31.                     create SNAPSHOT.COM (it takes about two
  32.                     minutes), which is a regular DOS command.
  33.  
  34.  
  35.           Option 1: If your regular word processor is WordStar,
  36.                     before running SNAPSHOT.BAS you should edit
  37.                     it as follows:
  38.  
  39.                     1. In line 30, change the checksum shown from
  40.                     51461 to 51462.
  41.  
  42.                     2. In line 430, change the third number (just
  43.                     to the left of the -2) from 0 to 1.
  44.  
  45.                     The purpose of these changes is to provide a
  46.                     "stripper" function so that WordStar files
  47.                     will be readable from other applications.
  48.