Command: kc

 KC is the KEY language Keyboard descriptor files compiler.
 KC takes a source keyboard language descriptor file (in KEY language)
 and converts it into a bare KeybCB or a KL file to be used with FD-KEYB.

Syntax:

  KC  sourcefilename [outputfilename] [/B] [/?]
      sourcefilename  The name of the source file to be opened. KEY 
                      extension is added if no extension is found.
      outputfilename  The name of the target compiled filename. If 
                      omitted, the same filename with KL extension is
                      created.

[Main menu] [top] (Syntax) [Options] [Comments] [Examples] [See also] [File]

Options:

  /B  Creates bare KeybCB files, with no KL header
  /?  Shows the help

[Main menu] [top] [Syntax] (Options) [Comments] [Examples] [See also] [File]

Comments:

  Please read the accompaining documentation to know more about the KEY
  language and the output formats.
  KC comes with the packet KC200.
  The EXITCODES (ERRORLEVEL) are 0 for ok, the syntax error number for
  syntax error, and add 100 to the critical error code, for critical
  error codes of KC.

[Main menu] [top] [Syntax] [Options] (Comments) [Examples] [See also] [File]

Examples:

  KC FR                Compiles FR.KEY into FR.KL
  KC SP.KEY SP.KCB /B  Compiles SP.KEY into a bare keyboard 
                       control block SP.KCB

[Main menu] [top] [Syntax] [Options] [Comments] (Examples) [See also] [File]

See also:

  cpidos
  display
  keyb
  keycode
  keyman
  klib
  kpdos
  mkeyb
  mode
  xkeyb

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] (See also) [File]

File:

  Please read this command's lsm file also.
  You will find the updated version (internet) here and
  the version described in this manual page here.
  The lsm file contains information about the name of the programmer,
  the download site, and some other command related information.

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] [See also] (File)


  Copyright © 2004 Aitor SANTAMARIA MERINO, updated 2008
  by W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.