home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / bosskey.lzh / READ.ME < prev    next >
Text File  |  1989-01-27  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                 The BOSSKEY Package
  8.                                           
  9.                             Version 1.0 (January, 1989)
  10.                                           
  11.                                           
  12.                                    R E A D - M E
  13.                                           
  14.                                           
  15.                                   Stephen Meredith
  16.                                     Data del Mar
  17.                                    P.O. Box 17881
  18.                                 San Diego, CA  92117
  19.                                    (619) 272-2506
  20.             
  21.             
  22.             For those of you who would like to start using the Bosskey
  23.             Package without reading the entire documentation file, this
  24.             file should contain enough information.  But read
  25.             BOSSKEY.DOC to fully understand the programs and their
  26.             features.
  27.             
  28.             
  29.             Files included in this disk:
  30.             
  31.             BOSSKEY.EXE     Screen hide program.
  32.             SCRSAVE.EXE     Screen save program.
  33.             SHOW-IMG.EXE    Screen file viewer.
  34.             NEW-IMG.EXE     BOSSKEY companion program.
  35.             CONV-IMG.COM    Converts a screen file to a C variable.
  36.             BOSSKEY.DOC     The full documentation for all the files.
  37.             READ.ME         This file.
  38.             
  39.             
  40.             BOSSKEY.EXE     
  41.             
  42.             A memory resident program for covering up the screen of your
  43.             computer with another, previously saved screen.  To run,
  44.             type:
  45.                             BOSSKEY filename
  46.             
  47.             where filename is the name of a screen image file saved with
  48.             SCRSAVE.  To activate, hit [CTRL-RIGHTSHIFT].  To
  49.             deactivate, hit [CTRL-RIG|TSHIFT] again.
  50.             
  51.             
  52.             SCRSAVE.EXE
  53.             
  54.             A memory resident program for capturing the screen of a
  55.             program and saving it to disk as a screen image file.  To
  56.             load, type:
  57.                             SCRSAVE
  58.             
  59.             with no command line arguments.  To save a screen, hit [ALT-
  60.             PRNSCREEN].  Enter a filename at the prompt, or [RETURN]
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             alone.  Hitting [RETURN] alone will cause the filenames of
  74.             all screens saves from then on as 1.IMG, 2.IMG, 3.IMG, etc.
  75.             
  76.             
  77.             SHOW-IMG.EXE
  78.             
  79.             A program for viewing image files.  To use, type:
  80.             
  81.                             SHOW-IMG filename1 [filename2...]
  82.             
  83.             where filename1 and filename2 are names of screen image
  84.             files saved with SCRSAVE.  You may enter as many screen
  85.             image files on the command line as you like.  They will be
  86.             viewed sequentially, separated by a keystroke.  You may use
  87.             wildcards as well.
  88.             
  89.             
  90.             NEW-IMG.EXE
  91.             
  92.             A program for changing the screen that is displayed by
  93.             BOSSKEY when the [CTRL-RIGHTSHIFT] key is pressed.  To use,
  94.             type:
  95.                     NEW-IMG filename
  96.             
  97.             where filename is the name of a screen image file created
  98.             with SCRSAVE.  BOSSKEY must be loaded for this to have any
  99.             affect.
  100.             
  101.             
  102.             CONV-IMG.COM
  103.             
  104.             Converts the format of a screen image file to a text file
  105.             containing the representation of the screen in a C array.
  106.             To use, type:
  107.                             CONV-IMG filename
  108.             
  109.             where filename is the name of a screen image file.  The new
  110.             file will be given the name filename.h.  The array with be
  111.             called screen_filename[].
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.