📄 ckaaaa.hlp
字号:
For system-specific distributions, this will normally be replaced by a system-specific READ.ME file. CKERMIT.UPD - Updates: Supplement to "Using C-Kermit". CKERMIT.BWR - "Beware file" (limitations, known bugs, hints), general. CKERMIT.INI - Standard initialization file (rename to .kermrc in UNIX, OS-9) CKERMOD.INI - Sample customization file (rename to .mykermrc in UNIX, OS-9) CKERMIT.KDD - Sample dialing directory file (rename to .kdd in UNIX, OS-9) CKERMIT.KND - Sample dialing directory file (rename to .knd in UNIX, OS-9) CKERMIT.KSD - Sample services directory file (rename to .ksd in UNIX, OS-9) CKEDEMO.KSC - Demonstration macros from "Using C-Kermit" CKEPAGE.KSD - Ditto CKEVT.KSC - DittoUNIX-specific files (use lowercase names on UNIX): CKUINS.DOC - UNIX-specific installation instructions. CKUKER.BWR - UNIX-specific beware file. CKUKER.NR - "man page" for UNIX. CKURZSZ.INI - Macros for external protocols.VMS-specific files: CKVINS.DOC - VMS-specific installation instructions. CKVKER.BWR - VMS-specific beware file CKVKER.HLP - VMS C-Kermit HELP topicDG AOS/VS-specific files: CKDINS.DOC - Data General AOS/VS C-Kermit installation instructions CKDKER.BWR - AOS/VS "beware" file CKD*.CLI - Procedures for building AOS/VS C-KermitThe following files are of interest mainly to programmers and historians: CKCKER.ANN - Release announcements. CKCCFG.DOC - Configuration information (feature selection), general. CKCPLM.DOC - Program logic manual (for programmers). CKC192.UPD - Program update history for edits 191-192 (big). CKC190.UPD - Program update history for edits 189-190 (big). CKC188.UPD - Program update history, edits 179-188 (big). CKC178.UPD - Program edit history, 5A edits through 178 (very big). CKCV4F.UPD - Program edit history, version 4F. CKCV4E.UPD - Program edit history, version 4E.BINARIESIf you have FTP access to kermit.columbia.edu (also known askermit.cc.columbia.edu, ftp.cc.columbia.edu, watsun.cc.columbia.edu), you canalso retrieve various C-Kermit binaries from the directory kermit/bin/ck*.*.Test versions would be in kermit/test/bin/ck*.*. Be sure to transfer thesefiles in binary mode. The READ.ME file in that directory explains what's what.SOURCE FILESThe source files for the UNIX version (all UNIX versions) are available inkermit/archives/ckuNNN.tar.Z, approximately 1MB in size. Transfer this filein binary mode. This is a compressed tar archive. There is also a gzip'dversion, cku192.tar.gz. To get the binary tar archive: mkdir kermit (at shell prompt, make a Kermit directory) cd kermit (make it your current directory) ftp kermit.columbia.edu (make an ftp connection) user: anonymous (log in as user "anonymous", lower case!) password: (use your email id as a password) cd kermit/archives (go to the archives directory) type binary (specify binary file transfer) get cku192.tar.Z (get the tar archive) (or get cku192.tar.gz) bye (disconnect and exit from ftp) uncompress cku192.tar.Z (at the shell prompt, uncompress the archive) tar xvf cku192.tar (extract the files from the tar archive) make xxx (build C-Kermit for your system)(where "xxx" is the makefile entry appropriate for your system.)All C-Kermit source and other text files are also kept separately in thekermit/f directory. The files necessary to build a particular implementationof C-Kermit are listed in the appropriate makefile or equivalent: UNIX: makefile (or rename ckuker.mak to makefile) 2.11 BSD: ckubs2.mak (rename to makefile), ckustr.sed Plan 9: ckpker.mk (rename to mkfile) Macintosh: ckmker.mak (rename to kermit.make, use MPW C 3.2) VMS: CKVKER.COM (DCL) (and optionally also CKVKER.MMS) or CKVOLD.COM (for VMS 4.x) Amiga: CKIKER.MAK (Aztec C) or CKISAS.MAK (SAS C) Atari ST: CKSKER.MAK OS-9: CK9KER.MAK or CK9KER.GCC AOS/VS: CKDMAK.CLI, CKDCC.CLI, CKDLNK.CLIStratus VOS: CKLMAK.CMMinimal source files for building selected versions (these patterns get allthe files you need, and in some cases maybe a few extra): UNIX: ck[cuw]*.[cwh] (including QNX, Plan 9, and BeBox) VMS: ck[cuwv]*.[cwh] Mac: ck[cuwm]*.[cwhr] AOS/VS: ck[cuwd]*.[cwh] VOS: ck[cwhl]*.[cwh] Amiga: ck[cuwi]*.[cwh] Atari: ck[cuws]*.[cwh] OS-9: ck[cwh9]*.[cwha]For a detailed, specific source file list for this C-Kermit release, see thefile CKCxxx.UPD, where xxx is the current C-Kermit edit number, such as 192.Finally, here is a more detailed description of the C-Kermit file namingconventions. A C-Kermit filename has the form: CK<system><what>.<type>where:<system> is described earlier in this file;<type> is the file type (use lowercase on UNIX): C: C language source H: Header file for C language source W: Wart preprocessor source, converted by Wart (or Lex) to a C program R: Macintosh resource file (8-bit text) A: Assembler source ANN: The text of an announcement of a particular version DOC: Documentation HLP: Help text NR: Nroff/Troff text formatter source for UNIX "man page" UPD: Program update history BWR: A "beware" file - list of known bugs, limitations MSS: Scribe text formatter source PS: Typeset material to be printed on a PostScript printer DSK: A "read.me" file for diskette distributions INI: Initialization file TAK: A Kermit TAKE command file KDD: A Kermit Dialing Directory KSD: A Kermit Services Directory TXT: A plain-text file MAK: A Makefile or other build procedure (often needs renaming) COM: (VMS only) a DCL command procedure CMD: (OS/2 only) a Rexx command procedure REL: (VMS only) a RELEASE_NOTES file BOO: "boo"-encoded executable program, decode with CKBUNB program. HEX: "hex"-encoded executable program, decode with CKVDEH program (VMS only). HQX: BinHex'd Macintosh Kermit program, decode with BinHex version 4.0. UUE: A uuencoded binary file, decode with uudecode or (DG only) CKDECO. DEF: An OS/2 linker definitions file. SED: A UNIX sed (editor) script. STR: A file of character strings extracted from C-Kermit (BSD 2.1x).<what> is mnemonic (up to 3 characters) for what's in the file: AAA: A "read-me" file, like this one INS: Installation instructions or procedures KER: General C-Kermit definitions, information, documentation CMD: Command parsing CON: CONNECT command DEB: Debug/Transaction Log formats, Typedefs DIA: Modem/Dialer control FIO: System-depdendent File I/O FNS: Protocol support functions FN2: More protocol support functions (and FN3, ...) MAI: Main program PRO: Protocol SCR: SCRIPT command TIO: System-dependent communications i/o & control and interrupt handing USR: User interface US2: More user interface US3: Still more user interface (and USR4, USR5, USR6, ...) USX: Common user interface functions USY: Command-line parsing XLA: Character set translation module NET: Network support module MDB: Malloc-debugging module STR: Strings module(End of CKAAAA.HLP)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -