home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / extol3.zip / SCRGRAB.DOC < prev    next >
Text File  |  1987-10-31  |  1KB  |  29 lines

  1.                                   SCRGRAB.DOC
  2.  
  3.                  Memory-resident screen-grabber documentation
  4.  
  5.  
  6.     To use the scrgrab function to save screens to disk, do the following:
  7.  
  8.     1) From the DOS prompt type SCRGRAB
  9.  
  10.     2) Run the program that produces the screens you wish to save
  11.  
  12.     3) When the screen you wish to save is displayed on the screen,
  13.        press the ALT and F9 keys at the same time.
  14.  
  15.     SCRGRAB will save whatever is displayed on your screen to a disk file.  
  16. Each time that you press ALT F9, a new file will be created.  The first file 
  17. created will be called SCREEN1.PIC, the second, SCREEN2.PIC, etc.
  18.  
  19.     After you are done saving screens, you may use the DOS rename command to 
  20. rename the screens to whatever you wish.  All screens are saved in the BASIC 
  21. BSAVE format and may be displayed by using BLOAD in BASIC.  The screens may 
  22. also be displayed using EXTOL's .screenfile command.
  23.  
  24.     Each screen takes up 16392 bytes, so make sure that you have enough room 
  25. on your disk to save the screens.
  26.  
  27.     Any screen may be saved, whether it uses text only, medium-resolution 
  28. graphics or high-resolution graphics. 
  29.