home *** CD-ROM | disk | FTP | other *** search
/ Game Developers Magazine 1 / GDM001.ZIP / TCAPTURE.DOC < prev    next >
Text File  |  1993-07-08  |  3KB  |  74 lines

  1.                                          
  2.  
  3.  
  4.  
  5.        ***********************   TEXT CAPTURE  ************************
  6.  
  7.                                  Version 1.0
  8.  
  9.                          Programmed by Kevin Solway
  10.                                September, 1993
  11.  
  12.  
  13.         PURPOSE:
  14.  
  15.              Text Capture is a memory resident program that can capture
  16.         text screen images - IN FULL COLOUR - from other programs.  Full
  17.         colour images can then be viewed and edited with the program
  18.         "Text Paint" (by the same author).  Text Capture can also
  19.         capture screens in plain ascii format. 
  20.  
  21.  
  22.         OPERATION:
  23.  
  24.              Do not execute this program from inside another program. 
  25.         Execute from the DOS prompt.  When the program is installed,
  26.         press the hot-key (Hold down the left shift key and the Alt key
  27.         and "T" at the same time) to activate Text Capture over the top
  28.         of any program you are currently using (provided you are not in
  29.         graphics mode).  Then press "T" to create a full colour Text
  30.         Paint file (it will be called TCAPT001.SCR) of the current
  31.         screen.  Alternatively press "A" to create a plain ascii text
  32.         file (it will be called TCAPT001.ASC).  Screens are saved into
  33.         the current directory. 
  34.  
  35.              If the file TCAPT001 already exists, then the file will be
  36.         named TCAPT002 etc.  You can save up to 999 successive screens
  37.         with unique names in the same directory. 
  38.  
  39.  
  40.   ************************************************************************
  41.  
  42.  
  43.  
  44.         LICENCE:
  45.  
  46.  
  47.         Copyright (c) 1993    Kevin Solway.      All rights reserved.
  48.  
  49.             This program is provided AS IS without warranty, expressed
  50.         or implied.
  51.  
  52.             This program is in the public domain.  Users are encouraged
  53.         to make as many copies as they like and to distribute them to
  54.         whoever they choose.
  55.  
  56.             Under no circumstances is this program to be sold, except
  57.         where clubs distribute programs without profit.
  58.  
  59.             If the program Text Paint does not accompany this program
  60.         then registered copies are available from me for $10. 
  61.  
  62.  
  63.                         Suggestions are welcome.
  64.  
  65.                         Kevin Solway,
  66.                         PO Box 207
  67.                         St Lucia  4067
  68.                         AUSTRALIA
  69.  
  70.  
  71.   ************************************************************************
  72.  
  73.  
  74.