home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / DEADCAT.ARJ / DEADCAT.DOC next >
Text File  |  1990-07-01  |  4KB  |  108 lines

  1. NOTE:  The program name deadCAT is supposed to be humerous.  This is in no
  2. way a statement about the quality of WILDCAT!  My experiences with the
  3. folks at MUSTANG SOFTWARE are nothing but 100% positive and the same holds
  4. true for their product.  This program was written before I was able to
  5. speak with their tech support group.  If you are looing for a BBS AND some
  6. fantastic people to support it, then you should make a call to Bakersfield, CA.
  7.  
  8. deadCAT Overview
  9. ================
  10. Useful if your BBS goes down unexpectedly and will remain down for more than
  11. a day or two.  Rather than just letting the phone ring, or taking it off hook
  12. you can use deadCAT to tell 'em what happened.  Kinda like an answering mach-
  13. that plays a message but doesn't take a message.
  14.  
  15.     SWITCHES
  16.        /Cx       COM port  (default=COM2)
  17.        /Bxxxx    Init at this baud rate  (default=2400 N81)
  18.        /Ffile    Send this text file after CONNECT
  19.  
  20.        /Sfile    Text file containing setup string
  21.        /Wxxxx    Msecs delay between setup strings  (Default=1000)
  22.        /R        Resend this/these after each call
  23.  
  24.        /Axx      Answer phone on this many rings.  (Default=1)
  25.        /Dxxxx    Msecs delay between chars.  (Default=10)
  26.        /!        Local display of what is begin sent
  27.  
  28.  
  29. After I had completed upgrading my BBS, I realized that the new version
  30. was not answering the phone.  This was a reasonably sized problem.
  31. In my attempts to get it working, I wrote some small test routines to make
  32. sure the modem was responding properly.  When I finished (finally gave up)
  33. I stitched the routines together to make deadCAT.
  34.  
  35. Basically, all this thing does is answer the phone and send a message
  36. telling the caller whatever it is you want them to do.  In my case, I
  37. explained the problem and told them to call back in a day or two.
  38.  
  39. Here was my message:
  40.  
  41. ░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓
  42.    ...You have reached what is normally the DBK Support Network...
  43.  
  44. Sorry, the BBS is down for extended maintenance.  It should be up soon.
  45. Please try again in a day or two.  I will set this message delivery program
  46. to 3 rings.  This way, you may abort the dial if you do not want to see
  47. this message again.  If the board is not up by Tuesday, then you may want
  48. to check this message again for an update.
  49.  
  50. Sorry for the inconvenience.
  51. ░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓░▒▓
  52.  
  53.  
  54. OPERATION
  55. =========
  56.  
  57. Set up a batch file that will load deadCAT with the appropriate switches.
  58.  
  59. e.g.  DEADCAT /Fmesg.txt /Ssetup.str /W2000 /R /C1 /A3 /D5
  60.  
  61. This would do the following:
  62.  
  63. Load deadCAT, init COM1 and send the modem the setup string(s) contained
  64. within SETUP.STR.  Each string would be separated with a delay of 2000
  65. Msecs.  Each time someone calls, the phone is answered on the 3rd ring.
  66. After a connection is established, MESG.TXT is transmitted with a delay
  67. of 5 Msecs between each character.  (Reading speed would be about /D20)
  68.  
  69. The setup file should contain only modem commands without the AT.  The
  70. /F file may contain any text characters.  I would suggest going no
  71. further than one screen because there is no pause control.
  72.  
  73. If the /F file you specify does not exist, you will be warned.  In this
  74. case, a generic message will be delivered to the caller:
  75.  
  76.      "Technical difficulties.  Please try again tomorrow.  Thanks."
  77.  
  78.  
  79. IMPORTANT...
  80.  
  81. After deadCAT loads, you must enter call waiting mode with ALT-W !!!
  82. deadCAT will stay in this mode until you interrupt with the ESC key.
  83. When ESC is hit, it may take a second or two - so be patient.
  84.  
  85. To exit deadCAT, enter ALT-X.
  86.  
  87. To keep track of calls recvd, you can check out the deadCAT.LOG file
  88. which is appended after each call.
  89.  
  90.  
  91. SUPPORT
  92. =======
  93. I will support this program to the extent that I will fix bugs and add
  94. enhancements that dont take loads of effort.  If you would like to get
  95. an update, feel free to dial into my BBS (not today!) and take a fresh
  96. copy.  The original release is dated 01-JUL-90.
  97.  
  98. If you are a golfer, my board my be of interest to you - even though
  99. this program may not.
  100.  
  101. Have a good one...
  102.  
  103.  
  104.  
  105. E. Kasey Kasemodel  (KASE)
  106. SYSOP, DBK BBS in Ann Arbor, MI
  107. (313) 662-9160
  108.