home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / qscr12.doc < prev    next >
Text File  |  1990-05-01  |  2KB  |  46 lines

  1. QSCR  v1.2 by Phil Herron                REGISTRATION $12.00
  2. TEXT TO EXECUTABLE CONVERSION UTILITY HERRON JAN90 UTIL
  3. ~FILES: qscr12.sdn
  4.  
  5. Update
  6. *  QuickScreen text conversion utility
  7. *  Quantity discounts for multiple registrations
  8. *  New in this version:
  9.    DOS ErrorLevel is now returned upon termination.
  10.    Text and background colors are now selectable.
  11.  
  12. Syntax: QSCR [inFile] [outFile] [/S] (snow suppression)
  13.  
  14. QSCR (QuickScreen converter) generates an executable COM file
  15. from a text  file,  allowing  much  faster  display  of  text
  16. screens  than  the DOS "echo" or "type" commands.  Useful for
  17. setting up compact menu systems, demos and tutorials.
  18.  
  19. QSCR will incorporate up to 24 lines of 80 characters from  a
  20. text  file  into  a  COM file; the processed text can then be
  21. displayed rapidly by issuing the executable file name, either
  22. directly from DOS or from within a batch routine.
  23.  
  24. When the executable COM  file  name  is  invoked,  it  writes
  25. directly  to  video memory instead of using the slower system
  26. BIOS display routines.  It also writes to the  correct  video
  27. memory  address  for  the  video  adapter installed (color or
  28. monochrome).
  29.  
  30. QSCR  displays   a   color   selection   box   which   allows
  31. experimentation  with  foreground and background colors to be
  32. used by the finished COM file.  Colors can be  set  for  best
  33. visual effect on systems with color adapters and displays.
  34.  
  35. Documentation  includes  sample  batch  files  for  menu  and
  36. tutorial systems.
  37.  
  38.  
  39. Hardware Requirements : IBM PC, XT, AT or compatible
  40.                         with at least 64K RAM.
  41.  
  42. Other Requirements    : DOS 2.1 or later.
  43.  
  44. (SDA format Copyright 1990 SDN Project for SDNet/Works! (sm))
  45. JAN90 UTIL
  46.