home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / sutil044.zip / SUTIL.H01 < prev    next >
Text File  |  1993-03-02  |  14KB  |  458 lines

  1. *default*
  2.  
  3. Oops!  No help is available for this topic.  Please check the manual if
  4. you are unsure of something.  You can always call for help on the Fidonet
  5. SUPERBBS International echo.
  6. *end*
  7.  
  8. *main*
  9. ALIAS          SEARCHUSERS    ADDFILES       SORTFILES      PAMS2BBS
  10. COMMENT        SORT           ANNOUNCE       SORTFLSEARCH   PLAY
  11. FINDUSERS      UPGRADE        ATTACH         SETYELL        NODE2BBS
  12. GAR            USERLIST       BIMCOUNT       TRIMLOG        NODENEWS
  13. GAS            CARRIERREPORT  DBCOUNT
  14. GFR            CARRIERRESET   FDCOUNT        ASWPACK        AUTO
  15. GFS                           FILES          BBSLIST        BOARDS
  16. HIGHMSG                       FRDIRS         CALLERS        CLEANMSG
  17. KILL           DOORBAUD       HURL           DATEFILE       FATT
  18. KILLCOMMS      DOORGRAPH      LISTS          FDCALLERS      FREQ
  19. PACK           DOORREPORT     PACKFILES      HIDELOCAL      POST
  20. RECOVER        DOORRESET      POPCOUNT       INFO           TWIT
  21. RESETCOLORS    DOORUPDATE     SCOUNT         LIMITS
  22.                               SEARCHFILES    LOSTCARRIER
  23.  
  24. Type command followed by '?' to get more help.
  25. *end*
  26.  
  27. ─────────────────────────────────────────────────────────────────────────
  28.  
  29. *kill*
  30. Usage: KILL <lowest security> <highest security> <days> [PACK]
  31.        {lowest security  = lowest security to kill}
  32.        {highest security = highest security to kill}
  33.        {days             = days old to kill}
  34.        {PACK             = optionally pack user base}
  35. Marks as deleted any users within the specified security range that
  36. haven't called within <days>.  Use PACK to optionally pack the user
  37. base when done.
  38. *end*
  39.  
  40. *sort*
  41. Usage: SORT <mode>
  42.             {mode = F, L, A, D, G, E, T, I}
  43. Sorts the user base according to <mode> where:
  44. F = first name
  45. L = last name
  46. A = ascending security
  47. D = descending security
  48. G = ascending age
  49. E = descending age
  50. T = ascending calls
  51. I = descending calls
  52. M = ascending msgs posted
  53. S = descending msgs posted
  54. *end*
  55.  
  56.  
  57. *aswpack*
  58. Usage: ASWPACK <file>
  59.        {file = answer file, no extension}
  60. Removes any entries from a questionnaire answer file by
  61. users who no longer exist in the user base.
  62. *end*
  63.  
  64. *comment*
  65. Usage: COMMENT <keyword> [answer file]
  66.        {keyword     = keyword to search for in answer file}
  67.        {answer file = answer file to use, no extension (default=NEWUSER) }
  68. Searches given questionnaire answer file for the given keyword.  Any
  69. text on the same line immediately following the keyword will be written
  70. into the SysOp Comment field in the user base for that user.
  71. *end*
  72.  
  73. *gar*
  74. Usage: GAR <sec> <attribute>
  75.        {sec  = security or ALL}
  76.        {attribute = valid user attribute}
  77. Resets <attribute> for all users at <sec> security level.
  78. *end*
  79.  
  80. *gas*
  81. Usage: GAS <sec> <attribute>
  82.        {sec  = security or ALL}
  83.        {attribute = valid user attribute}
  84. Sets <attribute> for all users at <sec> security level.
  85. *end*
  86.  
  87. *attrib*
  88. Valid User Attributes:
  89.      0. Deleted                       9. Log On New Files Check
  90.      1. Screen Clear Codes           10. No D/l Ratio
  91.      2. Page Pause                   11. Female
  92.      3. Graphics                     12. Delete File After Viewing
  93.      4. No Kill                      13. Display File Once
  94.      5. Ignore D/l Hours             14. File Viewed
  95.      6. ANSI Editor                  15. Full Screen Viewer
  96.      7. Do Not Disturb               16. Combined Mail Check
  97.      8. Log On Mail Check            17. No Hotkeys
  98. *end*
  99.  
  100. *gfr*
  101. Usage: GFR <sec> <flag>
  102.        {sec  = security or ALL}
  103.        {flag = A1 to D8}
  104. Resets <flag> for all users at <sec> security level.
  105. *end*
  106.  
  107. *gfs*
  108. Usage: GFS <sec> <flag>
  109.        {sec  = security or ALL}
  110.        {flag = A1 to D8}
  111. Sets <flag> for all users at <sec> security level.
  112. *end*
  113.  
  114. *upgrade*
  115. Usage: UPGRADE <controlfile>
  116.        {controlfile = file containing security specs}
  117. Upgrades all users security according to specs in <controlfile>.
  118. *end*
  119.  
  120. *userlist*
  121. Usage: USERLIST [options]
  122.        {options = FORM (output format - defaults to list format)}
  123.        {options = CITY|SECURITY|ALIAS|DOB|AGE|HOMEPHONE|DATAPHONE}
  124.        {options = FIRSTCALL|UPS|UPK|DOWNS|DOWNK|RATIOK|MSGS|CALLS}
  125.        {options = MINUTES|COMMENT}
  126.        Any combination of options is allowed.
  127. Lists all users including any or all of the above fields.
  128. *end*
  129.  
  130. *findusers*
  131. Usage: FINDUSERS [NOT] [/Sx] [/Fx]
  132.        {/Sx = Security to find}
  133.        {/Fx = Flag to find}
  134.        {NOT = Find users not matching}
  135. *end*
  136.  
  137. *searchusers*
  138. Usage: SEARCHUSERS <string>
  139.        {string = any word/s to find in user records}
  140. Searches user base and reports any user records with the
  141. specified string
  142. *end*
  143.  
  144. *killcomms*
  145. Usage: KILLCOMMS
  146.  
  147. Deletes '.INF' message comment files in the local file attach directory
  148. from users who no longer exist in the user base.
  149. *end*
  150.  
  151. ─────────────────────────────────────────────────────────────────────────
  152.  
  153. *scount*
  154. Usage: SCOUNT <logpath>
  155.               {logpath = path to SBBS log}
  156. Updates download counters using the SBBS log file
  157. *end*
  158.  
  159. *bimcount*
  160. Usage: BIMCOUNT <logpath>
  161.                 {logpath = path to BiModem log}
  162. Updates download counters using the BiModem log file
  163. *end*
  164.  
  165. *dbcount*
  166. Usage: DBCOUNT <logpath>
  167.                {logpath = path and name of log}
  168. Updates download counters using the dBridge log file
  169. *end*
  170.  
  171. *fdcount*
  172. Usage: FDCOUNT <logpath>
  173.                {logpath = path & name of log}
  174. Updates download counters using the Front Door log file
  175. *end*
  176.  
  177. *popcount*
  178. Usage: POPCOUNT <logpath>
  179.                 {logpath = path & name of log}
  180. Updates download counters using the Portal Of Power log file
  181. *end*
  182.  
  183. *lists*
  184. Usage: LISTS <masterlist> <newlist> <security> <days>
  185.        {masterlist = name of master list to create}
  186.        {newlist    = name of new files list to create}
  187.        {security   = file area security to include}
  188.        {days       = days to include in new files}
  189. Creates master files list and new files list using areas
  190. with security of <security> or less.  New files include
  191. files equal to or newer than <days> old.
  192. *end*
  193.  
  194. *hurl*
  195. Usage: HURL <Source> <Destination> [SORT]
  196.        {Source      = area directory and files}
  197.        {Destination = area directory}
  198.        {sort        = optionally sort the destination list}
  199. Hurls one or more files and description anywhere around your files
  200. base.  If any file is not found then the description will be hurled.
  201. Examples: To hurl a single file.
  202.           HURL uploads\host44.zip telix sort
  203.           To hurl multiple files.
  204.           HURL uploads\host44.zip tlx315-1.zip tlx315-2.zip telix sort
  205. *end*
  206.  
  207. *files*
  208. Usage: FILES <DIR> [OFFLINE|NEW]
  209.        {dir     = files directory to report or ALL}
  210.        {offline = report files offline}
  211.        {new     = report files with today's date}
  212. *end*
  213.  
  214. *sort files*
  215. Usage: SORTFILES <files dir>
  216.        {files dir = directory of files list to sort}
  217.        {            or ALL for all areas}
  218. *end*
  219.  
  220. *pack files*
  221. Usage: PACKFILES <files dir>
  222.        {files dir = directory of files list to pack or ALL}
  223. Scans files.bbs in the given area and removes any entries for
  224. files not found.
  225. *end*
  226.  
  227. *addfiles*
  228. Usage: ADDFILES <files dir>
  229.        {files dir = directory of files list to process or ALL}
  230. Scans given files area for any files not listed in the files.bbs
  231. and adds an entry to the list.
  232. *end*
  233.  
  234. *attach*
  235. Usage: ATTACH <user> <file> [description]
  236.        {user        = User to receive file}
  237.        {file        = File to send}
  238.        {description = Description of file to send}
  239.        {Use underscores instead of spaces in user name and description}
  240. *end*
  241.  
  242. *announce*
  243. Usage: ANNOUNCE <board#> [exclude file]
  244.        {board# = message area to post announcement}
  245.        {exclude file = text file with exclude path/file specs}
  246. Posts a message in the specified message area of all files dated
  247. after the date/time of the 'announce' file.  The optional 'exclude file'
  248. lists paths or files to exclude from the new files announcement.
  249. *end*
  250.  
  251. *search files*
  252. Usage: SEARCHFILES <search string>
  253.        {search string = any combination of characters to look for}
  254. Searches all files.bbs files for the given search string and reports
  255. any areas it was found in.  Case not sensitive.
  256. *end*
  257.  
  258. *sort flsearch*
  259. Usage: SORTFLSEARCH <mode>
  260.        {mode = N = Area Name}
  261.        {       A = Ascending security}
  262.        {       D = Descending security}
  263.  
  264. Sorts the files area config file according to the mode specified. The mode
  265. can be stacked.  For example SORTFLSEARCH NA will sort by area name and
  266. then by ascending security.  Think in reverse when stacking the sort mode.
  267. For example if the first priority is security, it should be the last entry
  268. in the sort mode.
  269. *end*
  270.  
  271. ─────────────────────────────────────────────────────────────────────────
  272.  
  273. *auto*
  274. Usage: AUTO <scriptfile>
  275.        {scriptfile = full path, extension}
  276. *end*
  277.  
  278. *pams2bbs*
  279. Usage: PAMS2BBS <pamsfile> <state>
  280.        {pamsfile = full path, extension of pams list (BBSAALL.DAT?)}
  281.        {state    = VIC, NSW, QLD, ACT, NT, SA, TAS, WA}
  282. *end*
  283.  
  284. *node2bbs*
  285. Usage: NODE2BBS <Zone:Net>
  286.        {Zone = Network zone to include}
  287.        {Net  = Net to include or 0 for all nets}
  288. *end*
  289.  
  290. *play yell*
  291. Usage: PLAY [yell file]
  292.        {yell file = any file in current directory}
  293.        {            any file in any directory}
  294.        {            defaults to SBBSYELL.CTL in current Dir}
  295. *end*
  296.  
  297. *nodenews*
  298. Usage: NODENEWS <board#>
  299.        {board# = message area to post node news}
  300. *end*
  301.  
  302. *hidelocal*
  303. Usage: HIDELOCAL <baud>
  304.        {baud = new baud setting for local calls}
  305. *end*
  306.  
  307. ─────────────────────────────────────────────────────────────────────────
  308.  
  309. *post*
  310. Usage: POST <board#> <file> <to> <from> <subject> [/D]
  311.        {board#    = hudson base board number}
  312.        {file      = text file to post}
  313.        {to        = who is message addressed to}
  314.        {from      = who is message from}
  315.        {subject   = message subject}
  316.        {/D        = optionally delete file after posting}
  317. *end*
  318.  
  319. *twit*
  320. Usage: TWIT </Fperson|/Ssubject|@file>
  321.        {person  = person who's messages to delete}
  322.        {subject = subject to look for}
  323.        {file    = spec file with /F & /S entries}
  324. *end*
  325.  
  326. *cleanmsg*
  327. Usage: CLEANMSG
  328.        {Removes 're:' from message subject lines}
  329. *end*
  330.  
  331. *boards*
  332. Usage: BOARDS
  333. Breakdown of each message area.  Gives total messages,
  334. number of local messages, number of received incoming
  335. messages and size in bytes each area occupies.
  336. *end*
  337.  
  338. *highmsg*
  339. Usage: HIGHMSG <msg number>
  340.        {msg number = between 0 & 32767}
  341. Global reset of user's 'highest message read' counter.
  342. *end*
  343.  
  344. ─────────────────────────────────────────────────────────────────────────
  345.  
  346. *trimlog*
  347. Usage: TRIMLOG <logfile> <days>
  348.        {logfile = full path and file name of system log file}
  349.        {days    = number of days to keep in log file}
  350. *end*
  351.  
  352. *datefile*
  353. Usage: DATEFILE <file>
  354.        {file = file to be renamed to today's date}
  355. *end*
  356.  
  357. *frdirs*
  358. Usage: FRDIRS <file> <sec>
  359.        {file = file to create containing freq directories}
  360.        {sec  = security to include in list}
  361. *end*
  362.  
  363. *callers*
  364. Usage: CALLERS [dir]
  365.        {dir = Front Door system directory}
  366.        Use 'dir' only for multi-line FD 2.10
  367. *end*
  368.  
  369. *fdcallers*
  370. Usage: FDCALLERS [dir]
  371.        {dir = Front Door system directory}
  372.        Use 'dir' only for multi-line FD 2.10
  373.        Adds Front Door's last mail call to SBBS last callers.
  374. *end*
  375.  
  376. *setyell*
  377. Usage: SETYELL <control file>
  378.        {control file = text file containing yell times}
  379. Toggles SysOp availability via the Scroll Lock according
  380. to the criteria set in the control file.  See manual for
  381. the control file layout.
  382. *end*
  383.  
  384. *bbslist*
  385. Usage: BBSLIST [list file]
  386.        {list file = BBS list file to view (default=BBSLIST.BBS)}
  387. Displays given BBSLIST file.  If no file is specified, BBSLIST.BBS
  388. is used.  The file can be any name.
  389. *end*
  390.  
  391. ─────────────────────────────────────────────────────────────────────────
  392.  
  393. *doorupdate*
  394. Usage: DOORUPDATE <door>
  395.        {door  = door template number}
  396. Updates counter in DOORCFG.BBS
  397. *end*
  398.  
  399. *doorreset*
  400. Usage: DOORRESET <door>
  401.        {door  = door template number or ALL}
  402. Resets counter in DOORCFG.BBS
  403. *end*
  404.  
  405. *doorbaud*
  406. Usage: DOORBAUD <dorinfo> <new baud>
  407.        {dorinfo  = full path/file name to dorinfo file}
  408.        {new baud = new baud rate to insert}
  409. Changes baud rate in the given dorinfo file.
  410. *end*
  411.  
  412. ─────────────────────────────────────────────────────────────────────────
  413.  
  414. *lostcarrier*
  415. Usage: LOSTCARRIER <logfile> <textfile> <board#>
  416.        {Logfile  = full path and name of system log file}
  417.        {Textfile = full path and name of text file}
  418.        {board#   = Hudson base board number}
  419. *end*
  420.  
  421. *carrierreport*
  422. Usage: CARRIERREPORT [num entries]
  423.        {num entries = number of entries to include in report}
  424. Reports a sorted list of users who have dropped carrier.
  425. *end*
  426.  
  427. *carrierreset*
  428. Usage: CARRIERRESET <user name|ALL>
  429.        {user name = user to reset or ALL for all users}
  430. Resets the lost carrier counter for the specified user or ALL users.
  431. *end*
  432.  
  433. ─────────────────────────────────────────────────────────────────────────
  434.  
  435. *freq*
  436. Usage: FREQ <attrib> <address> <files>
  437.        {address = full zone:net/node address}
  438.        {attrib  = netmail attributes}
  439.        {files   = 1 or more files separated by an underscore}
  440. Creates a netmail file request of the files specified.
  441. *end*
  442.  
  443. *fatt*
  444. Usage: FATT <attrib> <address> <file>
  445.        {attrib  = netmail attributes}
  446.        {address = full zone:net/node address}
  447.        {file    = file to be attached}
  448. Creates a netmail file attach of the file specified.
  449. *end*
  450.  
  451. *nattr*
  452.        Valid netmail attributes:
  453.        P = private         H = hold
  454.        C = crash           D = direct
  455.        K = kill/sent       I = immediate
  456. *end*
  457.  
  458.