home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / UPLIST12.ZIP / UPLIST.DOC < prev    next >
Encoding:
Text File  |  1992-08-01  |  5.6 KB  |  150 lines

  1. ╔═══════════════════════════════════════════════╗
  2. ║ Uplist v1.2 - (c) Abacus Systems Ltd 1992     ║
  3. ║                                               ║
  4. ║ Converts a FLOP file list to UPLIST.TXT and   ║
  5. ║ then creates a QWK format .MSG packet for     ║
  6. ║ upload to a Wildcat BBS via Tomcat            ║
  7. ╚═══════════════════════════════════════════════╝
  8.  
  9. This program will take a file list created by FLOP and create a QWK
  10. format .MSG file compatible with Tomcat for import into the Wildcat
  11. message base. You will also need FLOP and PKZIP to use this program.
  12.  
  13. This is useful for sending a message on the network of your previous
  14. day's uploads automatically. In this way, people will see where to go
  15. to get the files they need and will also be advised of new files as
  16. and when they appear on the BBS scene.
  17.  
  18. I am working on other utilities that will help you to automate your
  19. BBS scanning activity logs etc for things like dropped carriers,
  20. uploads, downloads and bad behaviour.
  21.  
  22. I have also just completed MakeRep which allows you to send automated
  23. messages to users from a batch file.
  24.  
  25. ----------------------------------------------------------------------
  26. UpList is Shareware - that means it's copyright (c) Abacus Systems
  27. Ltd and may not be sold by anyone else for profit. Please feel free to
  28. distribute this file in it's entirity as widely as you wish.
  29.  
  30. You may use UpList for a reasonable period of time for evaluation
  31. purposes, but if you decide to use it on a permanent basis you must
  32. register it by paying Abacus Systems Ltd #10.00 Sterling. Our address
  33. is: Cartbridge House, Broadmead Road, Send, Woking, Surrey. GU23 7AD
  34. You may pay by UK cheque or by Access (Mastercard) or Visa by
  35. telephone or by calling our BBS Abacus Vortex on 0483 755099 and
  36. leaving me (David Chester) a message containing your credit card
  37. number, expiry date and your current address. +44 483 755099 for
  38. foreign registrations.
  39. ----------------------------------------------------------------------
  40.  
  41. First of all you will need to amend your FLOP.CFG file to include the
  42. instruction to FLOP to make a list of files 1 day old. The line to do
  43. this is:-
  44.  
  45. FILE=C:\WC30\FLOPYEST.LST /t3:1 /F1 /PN /X<areas to skip>
  46.  
  47. Please see FLOP's documentation for the correct syntax for your
  48. version of FLOP. I'm using the latest version which needs the 'FILE='
  49. switch.
  50.  
  51. UpList must be run from this directory - ie. the Wildcat Home
  52. directory.
  53.  
  54. UpList uses several command line switches as follows:-
  55.  
  56. UpList <commands>
  57.  
  58. The command line switches are as follows:-
  59.  
  60. /C:<conference number>   (Deafault=0)"
  61. /F:<from name>
  62. /T:<to name>  (default=ALL)
  63. /L:<listfile>  name of file created by FLOP (default FLOPYEST.LST)
  64. /S:<subject> (Deafult=Files Uploaded Yesterday)
  65. /R:<REP packet name>   eg THENET   (do NOT put .REP on the end!)"
  66. /P   makes the message private (default is Public)"
  67. /H Help! Displays this information.
  68.  
  69. As you can see, some of these commands have defaults so you needent
  70. use all of them. You must, however, ALWAYS specify a REP packet name
  71. which is the name used by Tomcat to import/export messages. eg THENET
  72. and the FROM name which should be the name of your BBS eg Abacus BBS
  73.  
  74. A sample command line, then, might look like this:-
  75.  
  76. Uplist /c:27 /f:Abacus BBS /r:THENET
  77.  
  78. or
  79.  
  80. Uplist /f:Abacus BBS /t:David Chester /r:thenet /p
  81.  
  82. These options should all be typed on the same line, although the text
  83. will obviously wrap if you exceed the screen width.
  84.  
  85. The first example will create the list file UPLOAD.LST and create from
  86. this a message to ALL from Abacus BBS with the subject "Files Uploaded
  87. Yesterday" in conference 27 creating the message file THENET.MSG
  88.  
  89. The second example sends a private message from Abacus BBS to David
  90. Chester in conference 0
  91.  
  92. You can keep adding messages to THENET.MSG as subsequent ones are
  93. appended. If the file THENET.MSG does not exist, it will be created.
  94. This works quite happily alongside MakeRep and any similar programs
  95. that I am currently working on. Register any 2 of these programs and
  96. get the third free!
  97.  
  98. When you have created all the messages that you wanted to send, simply
  99. ZIP up the THENET.MSG to create the REP packet for Tomcat to import
  100. like so:
  101.  
  102. PKZIP \QMAIL\THENET.REP THENET.MSG
  103.  
  104. ensuring that you get the path right for your Tomcat local packets and
  105. then upload it to Wildcat by:
  106.  
  107. TOMCAT SYSOP /UPLOAD
  108.  
  109. Don't forget to delete THENET.MSG afterwards!
  110.  
  111. Sample batch file:-  (This is part of my actual daily batch file)
  112.  
  113. REM - send the list that CatScan creates for failed Uploads:-
  114. MakeRep /L:failed.log /R:thenet /F:abacus BBS /T:david chester /S:Failed Scan /P
  115. del failed.log
  116.  
  117. REM Send the days Questionaire answers:-
  118. copy c:\wc3\ques\quesnew.0* quesnew.day
  119. copy c:\wc3\ques\ques0002.0* ques0002.day
  120. MakeRep /L:quesnew.dwc /R:TheNet /F:abacus BBS /t:david chester /s:New Users /pvt
  121. MakeRep /L:ques0002.day /r:thenet /f:abacus BBS /t:david Chester /s:Joining TheNet /pvt
  122. del c:\wc3\ques\quesnew.0*
  123. del c:\wc3\ques\ques0002.0*
  124. del quesnew.day
  125. del ques0002.day
  126.  
  127. REM the next bit is for UpList - the Files Uploaded Yesterday MSG generator.
  128. FLOP
  129. uplist /f:abacus bbs /t:david chester /r:thenet
  130. uplist /c:27 /f:abacus bbs /r:thenet
  131.  
  132. REM now we create the .REP packet and upload it:-
  133. pkzip \qmail\thenet.rep thenet.msg
  134. tomcat sysop /upload
  135. del thenet.msg
  136.  
  137.  
  138. Good luck! If you have any queeries, please leave a message on Abacus
  139. Vortex BBS 0483 755099 or any of the other excellent BBS's in TheNet
  140. UK message network.
  141.  
  142. David Chester
  143.  
  144. Oh yes!:-
  145.  
  146. FLOP is an excellent program by Michael Conley
  147. PKZIP is an excellent program by Phil Katz (PKWare Inc)
  148. and their trade marks are acknowledged.
  149.  
  150.