home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / apl / sharp / readme < prev    next >
Text File  |  1988-03-21  |  4KB  |  98 lines

  1. SHARP APL/PC
  2.  
  3. I.P. Sharp Associates is pleased to make SHARP APL/PC available as
  4. shareware.  Shareware means you can copy SHARP APL/PC diskettes and share
  5. them with others who express an interest in learning or using APL without
  6. paying a royalty or fear of copyright infringement.
  7.  
  8. If you decide to register your copy, you will receive complete SHARP APL/PC
  9. documentation, a SHARP APL Pocket Reference and keyboard diagrams -  in a
  10. convenient binder.
  11.  
  12. To register your copy , or obtain more information, contact I.P. Sharp
  13. Associates Ltd., Microcomputer Products Group, 2 First Canadian Place,
  14. Suite 1900, Toronto, Ontario M5X 1E3.  Registration costs US$59 or Cdn$79.
  15.  
  16. General product support will be offered at our standard consulting rates.
  17.  
  18. GETTING STARTED
  19.  
  20. The following text briefly describes how to prepare the software for use on
  21. your PC.  Chapter 2 of the documentation gives a more complete description.
  22.  
  23. * copy your diskettes, and put your originals in a safe place
  24.  
  25. * amend your config.sys file if required (see note on printers)
  26.  
  27. * amend your apl.bat file for ega14 if required (see note on APL 
  28.   Character Support)
  29.  
  30. Starting SHARP APL/PC on a diskette-based system
  31.  
  32. 1.  Load your DOS system in the usual way
  33.  
  34. 2.  Put SHARP APL/PC diskette 1 in drive A and diskette 2 in drive B. If
  35.     you have only one dirve, wait until DOS prompts you for drive B.
  36.  
  37. 3.  Enter:
  38.     A>  apl pb:
  39.  
  40.     This executes all of the statements in the APL.BAT file, then indicates
  41.     that the SAPL file is to be loaded from drive B.
  42.  
  43. Starting SHARP APL/PC from a hard-disk system
  44.  
  45. 1.  Load your DOS in the usual way
  46.  
  47. 2.  make a directory to hold your SHARP APL/PC files
  48.  
  49.     e.g.  md saplpc
  50.           cd saplpc
  51.  
  52. 3.  copy all the files from the distribution diskettes into your sub-
  53.     directory
  54.  
  55. steps 2 and 3 need only be done once
  56.  
  57. 4.  begin SHARP APL/PC by typing the command    apl
  58.  
  59. NOTE on Printer Support
  60.  
  61. The current version of SHARP APL/PC provides enhanced support for APA
  62. printers that facilitates the use of the <Ctrl PrtSc> control key sequence
  63. to direct screen output to your attached parallel printer.
  64.  
  65. To use this feature, the file EAPAQPRN.BIN, which is included with your
  66. distribution diskettes, must be included in the CONFIG.SYS file you use to
  67. configure your system before you start each session.
  68.  
  69. You can use the CONFIG.SYS file that comes with this system, or edit your
  70. existing CONFIG.SYS file to include the line:
  71.  
  72.                   PRINTER=EAPAQPRN.BIN
  73.  
  74. If you are using a hard disk, the CONFIG.SYS file must be in the 
  75. directory.  If you are using floppy diskettes, it must be included on the
  76. diskette used to boot the SHARP APL/PC system.
  77.  
  78. NOTE on APL Character Support
  79.  
  80. APL characters are supported in one of two ways, depending upon the monitor
  81. adapter card in use.
  82.  
  83. Most cards manufactured prior to 1986 include a replaceable character ROM
  84. chip.  You can order the appropriate APL character ROM chip from I.P. Sharp
  85. Associates.  Please indicate the type of monitor adapter being used when
  86. you place your order since different adapters require different ROM chips.
  87.  
  88. Newer Enhanced Graphics Adapters (EGA) allow you to download the APL
  89. character set to RAM on the adapter card before you begin your APL session.
  90. The file needed to use this feature, EGA14.COM, is included on your
  91. distribution diskettes.
  92.  
  93. To display APL using an EGA card, edit the APL.BAT file used to start APL
  94. to include the following as the second-last instruction (i.e., just prior
  95. to the instruction CP8X):
  96.  
  97.                           EGA14
  98.