home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a004 / 4.ddi / UTILS / README.UTL < prev    next >
Encoding:
Text File  |  1988-01-17  |  2.3 KB  |  63 lines

  1. ========================== dBXL README.UTL FILE ==========================
  2.  
  3. Accompanies:   dBXL Diamond Release (1.2)
  4.            dBXL Manual 5th Edition
  5.  
  6. Contents:      This file contains information about the various utility
  7.            programs found in the UTILS directory.
  8.  
  9.  
  10. == WANG PC Support ==
  11.  
  12. Before running dBXL or its INSTALL or SETUP programs, Wang PC users must
  13. alter their machine's default switch character, the character used to
  14. separate certain arguments on the DOS command line. The default switch
  15. character on a Wang is -, whereas the default switch character on a IBM or
  16. compatible is /. dBXL requires the / switch character.
  17.  
  18. The program SWITCHAR.COM (included in this UTILS directory) enables you to
  19. alter the Wang's default switch character. If you run SWITCHAR with no
  20. arguments, the switch character is defined to be a -. If you enter SWITCHAR
  21. / the switch character is defined to be a /.
  22.  
  23. Before running dBXL or its INSTALL or SETUP programs, enter the following
  24. at the DOS prompt:
  25.  
  26. SWITCHAR /
  27.  
  28. After completing the program, return the switch character to the default by
  29. entering:
  30.  
  31. SWITCHAR
  32.  
  33. For convenience, you could create a batch file so that any time the batch
  34. file was run, the switch character would automatically be adjusted for
  35. dBXL. The batch file would contain the following commands:
  36.  
  37. SWITCHAR /
  38. DBXL
  39. SWITCHAR
  40.  
  41. An alternative method is to put the line
  42.  
  43. SWITCHAR=/
  44.  
  45. in your CONFIG.SYS file on the root directory of your boot disk. This
  46. method achieves the same results as using SWITCHAR.COM; however, it affects
  47. the switch character assignment during the entire time the computer is
  48. operating. Consequently, some Wang software will not operate correctly
  49. until the switch character is reset to -.
  50.  
  51.  
  52. == Saywhat?! and Flashcode Support ==
  53.  
  54. The files SAYWHAT1.PRG, SAYWHATL.ASM, SAYWHATL.BIN, VIDPOP.PRG, and
  55. TESTSAY.PRG illustrate the best method of using Saywhat?! screens with
  56. dBXL. If you want to display Saywhat?! screens without the use of these
  57. routines, you must install dBXL with the SETUP program to use Interrupt 10.
  58. Doing so will result in slower screen displays.
  59.  
  60. The file FLASHCDE.PRG illustrates the use of Flashcode screens with dBXL.
  61.  
  62. ======================= END OF dBXL README.UTL FILE =======================
  63.