home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snip9707.zip / CFG.TST < prev    next >
Text File  |  1997-07-05  |  1KB  |  30 lines

  1. ; =============================================================
  2. ; Sample CS2QWK.cfg file with some usage comments.
  3. ;
  4. ; This one has been used during testing and reflects my setup.
  5. ;
  6. ; Each line consists of a keyword, white space plus an optional
  7. ; '=' (can be in any position, as shown) and a value.
  8. ; A semicolon starts a comment. Blank lines are ignored. In the
  9. ; current version unrecognized keywords are also ignored.
  10. ; Keywords are not case sensitive.
  11. ; For CS2QWK the keyword "WORKPATH" is optional. It defaults to
  12. ; the current directory. The rest MUST be present and correct.
  13. ; Leading and trailing white space is stripped from the values.
  14. ; The values for "Archiver" and "Unarchiver" may contain
  15. ; options appended to their values.
  16. ; E.g. for arj as unarchiver:   unarchiver arj e
  17.  
  18. ; file names and paths:
  19. WorkPath=   h:\                    ; my ram-disk
  20. Splitfile = splitted               ; no extension!
  21. replyfile  =f:\comm\contrast.rep   ; full path
  22. msg_file    contrast.msg           ; name only
  23.  
  24. ; used executables:
  25. archiver   =c:\comm\ol158\pkzip    ; need THAT version
  26. unarchiver= pkunzip                ; any version in PATH is OK
  27. splitter=   Csplit1                ; need version 1
  28.  
  29. ; ==== CS2QWK.cfg end =========================================
  30.