home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / isansi.zip / ISANSI.DOC < prev   
Text File  |  1990-09-09  |  685b  |  19 lines

  1. ISANSI by Dan Gookin
  2. Copyright (C) 1990 TAB Books
  3.  
  4. ISANSI is an assembly language program that attempts to determine
  5. if an ANSI driver is in memory.  It only attempts because there are
  6. conditions in which the program will yield a false positive.  But in
  7. 99 percent of the cases, ISANSI will accurately determine whether
  8. or not an ANSI driver is controlling the screen.
  9.  
  10. Format: ISANSI
  11.  
  12. ISANSI returns an ERRORLEVEL value of 1 if an ANSI screen driver is
  13. present, zero if it isn't.  If ISANSI returns 1, you can have your
  14. batch file branch to special routines that take advantage of the
  15. ANSI driver.  If no ANSI driver is present, an ERRORLEVEL of zero is
  16. returned.
  17.  
  18.  
  19.