home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / SELECT.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  1.1 KB  |  28 lines

  1. COMMAND:  SELECT
  2.  
  3. FUNCTION: Allows you to select the keyboard layout and the date and time
  4.           formats.
  5.  
  6. FORMAT:   SELECT yyy xx
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  yyy is the 3 digit international country code that tells DOS what
  11.           format to use for displaying the date and time, as well as the
  12.           currency symbol and the decimal separator.
  13.           xx is the 2 character code used by KEYBxx to specify a non-standard
  14.           keyboard layout.
  15.           SELECT uses DISKCOPY to create a system diskette with a CONFIG.SYS
  16.           file containing the COUNTRY command and an AUTOEXEC.BAT file
  17.           containing the appropriate KEYBxx command. The allowable parameter
  18.           values are:
  19.  
  20.                         Country          yyy    xx
  21.                         --------------------------
  22.                         United States    001    US
  23.                         France           033    FR
  24.                         Spain            034    SP
  25.                         Italy            039    IT
  26.                         United Kingdom   044    UK
  27.                         Germany          049    GR
  28.