home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / apl / tryapl2 / archives / tryapl2a.exe / TRYAPL2N.BAT < prev    next >
DOS Batch File  |  1991-09-23  |  800b  |  24 lines

  1. echo off
  2. @rem
  3. @rem Customise next line for drive/directory of APL2EGA.CPI file:
  4. MODE CON CP PREPARE=((910) APL2EGA.CPI)
  5. @rem
  6. @rem or activate the next line instead if using an IBM Convertible:
  7. @rem MODE CON CP PREPARE=((910) APL2LCD.CPI)
  8. @rem
  9. @rem Select APL2 codepage 910:
  10. MODE CON CP SELECT=910
  11. @rem
  12. @rem Execute TryAPL2:
  13. TRYA
  14. @rem
  15. @rem Restore original codepage...  This assumes that this was codepage
  16. @rem 850 (the international codepage).  If codepage 437 is required
  17. @rem no prepare or select is required and just a CHCP 437 can be issued.
  18. @rem
  19. @rem Customise next line for drive/directory of EGA.CPI file:
  20. MODE CON CP PREPARE=((850) C:\DOS\EGA.CPI)
  21. @rem
  22. @rem Select original international codepage 850:
  23. MODE CON CP SELECT=850
  24.