home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tagbet.zip / TAGGER.CFG < prev    next >
Text File  |  1995-03-18  |  2KB  |  76 lines

  1. ;Example Tagger.cfg
  2.  
  3. ;************************** Parameters Section ******************************
  4. ; Command Line Parameters can be placed here instead of directly passing to
  5. ; TAGGER.EXE.  One Parameter per Line
  6. ;****************************************************************************
  7. Parameters
  8.   WRAP
  9.   WAITTRANSMIT
  10.   SHOWPROGRESS
  11.   QUIT
  12. End Parameters
  13.  
  14. ;*************************** FilePaths Section ******************************
  15. Filepaths
  16.   logfile      c:\logs\tagger.log
  17.   arealist     c:\max\filearea.ctl
  18. ;  lastuser     c:\max\lastus%%.bbs
  19. ;  maxprm       c:\max\max.prm
  20.   filebase     filebase
  21.   Downloadlist dlfile%%.lst
  22.   languagefile english.lng
  23.   helpfile     tagger.hlp
  24. End Filepaths
  25.  
  26. Miscellaneous
  27.   DateFormat DD.MM.YY
  28.   Timeout    120
  29.   MaxTagged  300
  30. End Miscellaneous
  31.  
  32. ;*************************** Color Settings ******************************
  33. Colors
  34. End Colors
  35.  
  36.  
  37. Speedadapt
  38.   2400  NoScroll ShortBar NoSelectColor
  39.   4800  NoScroll ShortBar
  40.   9600  NoScroll
  41. End Speedadapt
  42.  
  43. ;*************************** Download-Protocols ******************************
  44.  
  45. Protocols
  46.   Extern Quit Z Z-Modem    DOWNMULT.CMD Z
  47.   Extern Quit L Z-Modem_with_Logoff DOWNMULT.CMD L
  48.   Local NoQuit C Copy_Files COPYFILE.CMD
  49.   Local NoQuit A Generate_a_File-Announcement FILEDESC.CMD
  50. End Protocols
  51.  
  52. ;***************************** Archive-Viewer ********************************
  53.  
  54. External
  55.   VIEWIT.CMD
  56. end External
  57.  
  58. ;****************************** FileManager **********************************
  59.  
  60. FileManager
  61.   DriveInfo   c d e
  62.   FileId      FileId.TXT
  63.   FileIdSpawn GETID.CMD
  64.   NotAdopt *.BAK *.DMP *.DAT *.IDX *.BBS *.old *.sav
  65.   Access Delete Sysop
  66.   Access Copy   Sysop
  67.   Access Move   Sysop
  68.   Access Edit   Sysop
  69.   Access Adopt  Sysop
  70.   Access Drop   Sysop
  71.   Access Update Sysop
  72.   Access Rename Sysop
  73.   Access Drives Sysop
  74. End FileManager
  75.  
  76.