home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / manyunp.lzh / THINKFIX.DOC < prev    next >
Text File  |  1985-11-27  |  1KB  |  40 lines

  1.  
  2.  
  3.                How to Run ThinkTank (2.0) from a Harddisk
  4.                       without Program Modifications
  5.  
  6.          If you wish to run "ThinkTank" (2.0) from a hard disk, but are 
  7.      annoyed by the requirement for having the original disk 1 in drive 
  8.      A, then read on....  
  9.  
  10.          Part of this ARC file is the program "THINKFIX.COM".  All you 
  11.      have to do is to include this program in your "autoexec" file when 
  12.      running ThinkTank.  For instance, your "autoexec.bat" might look 
  13.      like this: 
  14.  
  15.          DATE
  16.          TIME
  17.          THINKFIX
  18.          TANK
  19.  
  20.          That's all there is to it.  ThinkTank will no longer look for 
  21.      the key disk in drive A.  
  22.  
  23.          The protection logic for ThinkTank is quite simple.  On side 1, 
  24.      track 27 (hex), sector 01 (hex) of the original disk 1 is a string 
  25.      of 128 bytes of hex D6.  The program looks for this string and, if 
  26.      it can't be found, you are returned to DOS.  
  27.  
  28.          THINKFIX is a resident interrupt handler (or "demon") which 
  29.      screens disk I/O calls.  When a call occurs to the special sector 
  30.      mentioned above, THINKFIX sends back the required string to 
  31.      ThinkTank.  (Calls to any other sector are processed normally by 
  32.      the BIOS INT 13h code).  Voila, ThinkTank thinks it has 
  33.      successfully read the original disk 1 and processing continues 
  34.      normally!  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.