home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
apl
/
tryapl2
/
installe
/
tryapl2n.bat
< prev
next >
Wrap
DOS Batch File
|
1991-09-23
|
800b
|
24 lines
echo off
@rem
@rem Customise next line for drive/directory of APL2EGA.CPI file:
MODE CON CP PREPARE=((910) APL2EGA.CPI)
@rem
@rem or activate the next line instead if using an IBM Convertible:
@rem MODE CON CP PREPARE=((910) APL2LCD.CPI)
@rem
@rem Select APL2 codepage 910:
MODE CON CP SELECT=910
@rem
@rem Execute TryAPL2:
TRYA
@rem
@rem Restore original codepage... This assumes that this was codepage
@rem 850 (the international codepage). If codepage 437 is required
@rem no prepare or select is required and just a CHCP 437 can be issued.
@rem
@rem Customise next line for drive/directory of EGA.CPI file:
MODE CON CP PREPARE=((850) C:\DOS\EGA.CPI)
@rem
@rem Select original international codepage 850:
MODE CON CP SELECT=850