home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / dos5iso.zip / readme.usa < prev   
Text File  |  1992-07-31  |  3KB  |  95 lines

  1.  
  2.             IBM DOS 5.0 ISO SUPPLEMENT README
  3.  
  4.      You can use ISO fonts on IBM DOS Version 5.0 by installing
  5.      DOS code-page-switching software and by using the file ISO.CPI
  6.      provided on this diskette.
  7.  
  8.      To meet ISO compliance you need:
  9.         - system hardware that meets ISO 9241 requirements
  10.         - to install code page switching software
  11.         - to set your display to 80 X 25 text mode
  12.  
  13.      For more information about ISO compliance for your computer
  14.      hardware, refer to the manufacturer of your computer system.
  15.  
  16.      ISO.CPI contains the following code page fonts that comply with ISO:
  17.  
  18.        437         United States
  19.        850         Universal (Latin I)
  20.        852         Slavic (Latin II)
  21.        860         Portuguese
  22.        863         Canadian French
  23.        865         Nordic
  24.        857         Turkish
  25.        861         Icelandic
  26.        869         Greek
  27.  
  28.     Copy the file ISO.CPI onto your hard disk and make the following
  29.     modifications:
  30.  
  31.           COPY A:ISO.CPI [d:\dospath]
  32.  
  33.     Where "dospath" is the same as the directory location where you
  34.     want to install the ISO.CPI file.  For example:
  35.  
  36.            C:\DOS
  37.  
  38.     If your AUTOEXEC.BAT file already shows the statements needed for
  39.     code-page switching, you still need to make modifications to those
  40.     statements.  The following statement is inserted into the AUTOEXEC.BAT
  41.     file when code-page switching is installed automatically.
  42.  
  43.          MODE CON CP PREPARE=((codepage) [d:\dospath\]EGA.CPI)
  44.                               or EGAX.CPI)
  45.  
  46.     Change EGA.CPI or EGAX.CPI to ISO.CPI as follows:
  47.  
  48.          MODE CON CP PREPARE=((codepage) [d:\dospath\]ISO.CPI)
  49.          MODE CON CP SELECT=codepage
  50.  
  51.     Add the following statements to your AUTOEXEC.BAT file, if they do
  52.     not already exist.
  53.  
  54.          MODE CON CP PREPARE=((codepage) [d:\dospath\]ISO.CPI)
  55.          MODE CON CP SELECT=codepage
  56.  
  57.     FOR EXAMPLE:  The following statement installs code page 850 from
  58.               C:\DOS\ISO.CPI into memory.
  59.  
  60.          MODE CON CP PREPARE=((850) C:\DOS\ISO.CPI)
  61.          MODE CON CP SELECT=850
  62.  
  63.     Add the following statement to your CONFIG.SYS file, if it does not
  64.     already exist.
  65.  
  66.          DEVICE=[d:\dospath\] DISPLAY.SYS CON=(EGA,,(1,1))
  67.  
  68.     NOTE:  This requires 12.1K of conventional memory when DOS is
  69.            running low (DOS=LOW).  If you are running DOS in the High
  70.            Memory Area (DOS=HIGH).    This requires 8.1K of conventional
  71.            memory.    If the statement DEVICE=DISPLAY.SYS is in the
  72.            CONFIG.SYS and the EGA parameter is specified, no change is
  73.            required (this statement probably uses the CON=(EGA,,1)
  74.            parameter, and therefore requires 17.6K of conventional memory
  75.            when DOS is running LOW).
  76.  
  77.     Press Ctrl+Alt+Del to reboot your system and start using ISO fonts.
  78.  
  79.  
  80.  
  81.     To use non-ISO fonts you need to modify the AUTOEXEC.BAT file
  82.     statement as follows:
  83.  
  84.          MODE CON CP PREPARE=((codepage) [d:\dospath\]ISO.CPI)
  85.          MODE CON CP SELECT=codepage
  86.  
  87.     Change ISO.CPI to EGA.CPI or EGAX.CPI as follows:
  88.  
  89.          MODE CON CP PREPARE=((codepage) [d:\dospath\]EGA.CPI)
  90.  
  91.                  OR
  92.  
  93.          MODE CON CP PREPARE=((codepage) [d:\dospath\]EGAX.CPI)
  94.  
  95.