cfg.tst

来自「c语言库函数!里面包含了所以c语言中的系统函数的实现及其详细说明和代码!请大家及」· TST 代码 · 共 30 行

TST
30
字号
; =============================================================
; Sample CS2QWK.cfg file with some usage comments.
;
; This one has been used during testing and reflects my setup.
;
; Each line consists of a keyword, white space plus an optional
; '=' (can be in any position, as shown) and a value.
; A semicolon starts a comment. Blank lines are ignored. In the
; current version unrecognized keywords are also ignored.
; Keywords are not case sensitive.
; For CS2QWK the keyword "WORKPATH" is optional. It defaults to
; the current directory. The rest MUST be present and correct.
; Leading and trailing white space is stripped from the values.
; The values for "Archiver" and "Unarchiver" may contain
; options appended to their values.
; E.g. for arj as unarchiver:   unarchiver arj e

; file names and paths:
WorkPath=   h:\                    ; my ram-disk
Splitfile = splitted               ; no extension!
replyfile  =f:\comm\contrast.rep   ; full path
msg_file    contrast.msg           ; name only

; used executables:
archiver   =c:\comm\ol158\pkzip    ; need THAT version
unarchiver= pkunzip                ; any version in PATH is OK
splitter=   Csplit1                ; need version 1

; ==== CS2QWK.cfg end =========================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?