home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSGXP200.ZIP / EXAMPLE.CTL next >
Text File  |  1992-04-07  |  1KB  |  30 lines

  1. ;
  2. ; Example.Ctl
  3. ;
  4. ; This is an example control file for MsgX.  Since the command line can
  5. ; become long depending upon the assortment of parameters used, or number
  6. ; of message areas archived, this control file provides an alternative
  7. ; way of reading command line parameters.
  8. ;
  9. ; Simply specify the MsgX commands as you would on the command line.  Do
  10. ; not exceed 512 characters on any one line.  For readability, it is
  11. ; possible to split commands onto several different lines.
  12. ;
  13. ; Notice that is is possible to comment the lines, but is not necessary.
  14. ;
  15.  
  16.     ; Specify the areas to extract. (Note the trailing comma on each line
  17.     ; except for the last area.)
  18.  
  19.     os2(os2.%j), Os2bbs(os2bbs.%j),             ; All OS/2 echos with julian
  20.     os2prog(os2prog.%j), os2lan(os2lan.%j),     ; date extension in the
  21.     os2hw(os2hw.%j), os2dos(os2dos.%j)          ; archive
  22.  
  23.     ; Now specify the qualifiers
  24.  
  25.     /archive = c:\max\files\echos\OS%y%m%d      ; Archive to create
  26.     /compress                                   ; Compress to /archive
  27.     /update                                     ; Update FILES.BBS
  28.     /quiet                                      ; No screen output
  29.     /dates=( previous week )                    ; Extract previous week
  30.