home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / txtutl / tsrmaker.arc / TSRMAKER.TXT < prev   
Text File  |  1987-09-17  |  6KB  |  117 lines

  1.  
  2.                             TSRMAKER v1.1
  3.  
  4.                                   by
  5.  
  6.                             Jack A. Orman 
  7.                                Box 858
  8.                           Southaven, MS 38671
  9.  
  10.  
  11.  
  12.         What is TSRMAKER?
  13.         """""""""""""""""
  14.         This program will create an executable  .COM  file  out  of  a
  15.         text  file  of  25  lines  of  80  characters  each. This fast
  16.         operating  program  when run will remain resident in memory to
  17.         be popped up by hitting  the  selected  keys.  It  should  not
  18.         cause any interference with other memory resident programs.
  19.  
  20.  
  21.         Features!
  22.         """""""""
  23.         *  Full Screen text editor!
  24.  
  25.         *  TSRMAKER  will  read  the  text  out of a .COM file that it
  26.            has created! No need to look for  the  original  text  just
  27.            to modify the document.
  28.  
  29.         *  Use any word processor that can  save  a  file  as straight
  30.            ascii  text  to make the display that you want to turn into
  31.            a  .COM  program.  Then  use  TSRMAKER  to  turn  the  file
  32.            into a memory resident screen display!
  33.  
  34.         *  Full selection of colors to  be  used  when  the  .COM file
  35.            displays the text.
  36.  
  37.         *  Select the keys to activate from among several choices.
  38.  
  39.         *  Enter a message to be displayed when the program is loaded.
  40.  
  41.         *  Have several screens resident in memory at once by using
  42.            different 'hot keys' to call up each.
  43.  
  44.         *  On-line help.
  45.  
  46.         *  Each resident program only uses about 2.3k of memory.
  47.  
  48.  
  49.         How to use TSRMAKER.
  50.         """"""""""""""""""""
  51.         Using  a  word  processor,  write  the screen of text that you
  52.         would like to be displayed. There can only be 25 lines in  the
  53.         file and each line may be a maximum of 80 characters. Save the
  54.         text in ascii format and exit. 
  55.  
  56.         TSRMAKER <enter>, will put the program in operation. Select F2
  57.         from the opening screen and you will be prompted for the  name
  58.         of  the  text  file  to  read. TSRMAKER will read the text and
  59.         display it so that it may be checked out before the .COM  file
  60.         is created. 
  61.  
  62.         Assumming  that  the  file is ready to use, hit the F6 key and
  63.         make a choice of colors to be used in the .COM  file  display.
  64.         The  text  display  will  then  be  set to the colors you have
  65.         chosen so that you may review the choices and modify  if  they
  66.         are not what you want.
  67.  
  68.         Next, use the F7 key to call up a menu to select the 'hotkey'.
  69.         When  that  is  complete, hit F8 and enter the message  to  be
  70.         displayed when the program loads.
  71.  
  72.         To  create  the  .COM program, hit F3 and you will be prompted
  73.         for a name to use for the  text  display  program.  The  drive
  74.         letter is optional but the extention MUST be .COM! The default
  75.         drive and directory will be used if one is not specified.
  76.  
  77.         Example:  If  I  want  to create a file called HELP on my hard
  78.                  drive, I would enter 'C:HELP.COM' as  the filename to
  79.                  use. If I want to write this file to my hard drive in
  80.                  the UTIL directory, I would enter 'C:\UTIL\HELP.COM'
  81.  
  82.         TSRMAKER's  full-screen  editor  may  be used to write text or
  83.         modify a file that has been read into the program's buffer. It
  84.         operates  like  a  basic  word  processor  with no frills. The
  85.         screen changes color and a block cursor  appears  to  indicate
  86.         that the editor is active. Since there is no on-screen display
  87.         to  show the state of INS or DEL the screen colors will change
  88.         according to the mode you are in. White text is INS and yellow
  89.         text  indicates  the  Overwrite  mode.  F10  is  used  to exit
  90.         from the editor routines. The cursor arrow keys  are  used  to
  91.         move around the screen and PgUp, PgDn,  Home  and END are used
  92.         to  move  to  extremes  of  the  display. Tab will advance the
  93.         cursor 10 spaces. 
  94.         
  95.         The .COM program that is created by this program  operates  by
  96.         resetting  the  interrupt  9  vector  and scans for the proper
  97.         keystokes that will cause the resident program to be run. When
  98.         the right  key  combination  is  hit  (Alt-RightShift  is  the
  99.         default  selection),  the  program  sets  the active page to 4
  100.         and writes the resident text to the screen in the blink of  an
  101.         eye!   When  ESCAPE  is  hit  to  exit,  the  active  page  is
  102.         restored to whatever it was upon entry. The pop-up  will  only
  103.         operate  if  the  video  display  is in modes 2 or 3 which are
  104.         25x80 text displays. Changing modes clears  the  video  memory
  105.         but  doesn't  affect the TSR because it writes the text to the
  106.         screen each time that it is popped up.
  107.         
  108.         A sample template is included to show the basic design of  the
  109.         pop-up screen. It was created with  a  word-processor,  edited
  110.         with  TSRmaker  and  used  to  make  the  MIDIpop  and MIDIhex
  111.         programs. Feel free to incorporate it into your pop-ups!
  112.  
  113.         TSRMAKER  is  copyrighted  and for private, non-commercial use
  114.         only! If you use this  program,  please  make  a  donation  of
  115.         $15 to the author at the above address.
  116.  
  117.