home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0736 / 0736.ZIP / LNREADME.TXT < prev    next >
Text File  |  1998-08-16  |  2KB  |  73 lines

  1.     Learning Tic Tac Toe 
  2.     Version 2.04
  3.  
  4.  
  5.     This is a tic tac toe game that gets smarter when
  6.     it loses a game.  
  7.  
  8.     This is a shareware program if you like it mail $5.00
  9.     to:
  10.  
  11.     WIH Software
  12.     308 Leeland #1
  13.     Green Bay, WI 54303  
  14.  
  15.     Visit our Website for more great software.
  16.     http://www.wihsoftware.simplenet.com/    
  17.  
  18.     Email - WIHSOFTWARE@MSN.COM   
  19.  
  20.     To Start from Windows double click on the program Icon.
  21.     To uninstall from Windows double click on the uninstall
  22.     Icon.
  23.  
  24.  
  25.     Running on a monochrome screen.  The batch file LTC.BAT is created 
  26.     by the DOS install program.  Edit as shown to run on a  monochrome 
  27.     screen. 
  28.  
  29.     "LTC.BAT"  Batch file in root directory
  30.     CLS
  31.     CD \
  32.     CD Games
  33.     LNTICTOE.EXE 
  34.     CD \ 
  35.  
  36.     "LTC.BAT"  Batch file in root directory add M as shown
  37.     CLS
  38.     CD \
  39.     CD Games
  40.     LNTICTOE.EXE M <-------------add M to run on to run a monochrome screen.  
  41.     CD \
  42.    
  43.  
  44.     The command EDIT C:\LTC.BAT should work if you are running DOS
  45.     5.0 or higher.  Edit as ASCII text.
  46.   
  47.     
  48.     Ombudsman Statement:
  49.  
  50.     This program is produced by a member of the Association
  51.     of Shareware Professionals (ASP).  ASP wants to make
  52.     sure that the shareware principle works for you. If you
  53.     are unable to resolve a shareware-related problem with
  54.     an ASP member by contacting the member directly, ASP may
  55.     be able to help. The ASP Ombudsman can help you resolve
  56.     a dispute or problem with an ASP member, but does not
  57.     provide technical support for members' products. Please
  58.     write to the ASP Ombudsman at 157-F Love Ave., Greenwood,
  59.     IN 46142 USA, FAX 317-888-2195, or send email to
  60.     omb@asp-shareware.org.
  61.  
  62.     Copyright: 
  63.  
  64.     Copyright (c) 1996 - 1998 by WIH software,  all rights reserved.
  65.     This software works in both Windows and DOS.  Some source code 
  66.     taken in whole or in part from Microsoft Quickbasic 4.5 on line 
  67.     help, Microsoft Quickbasic Programmer's Tool Box, and Learn Basic
  68.     Now.  Microsoft, Quickbasic, and Windows are registered trademarks
  69.     of Microsoft corporation.  This software is not a Microsoft
  70.     product.
  71.  
  72.  
  73.     ---End---