home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / RAFDLC17.ZIP / FD2RALC.DOC < prev    next >
Text File  |  1995-05-31  |  5KB  |  122 lines

  1. FrontDoor Lastcall to RemoteAccess Lastcall
  2. FD2RALC.EXE - Version 1.07
  3. ==========================================================================
  4.  
  5.    Startup Commands:
  6.  
  7.    Parameters must be proceeded by either a Minus(-) or a slash(/) and must
  8.    be seperated by at least one space.
  9.  
  10.    Switches are: P - 10 second pause at program end
  11.                  B - Specify connect speed to be written
  12.                  D - Debug, certian path/filenames will be written to
  13.                      the FD2RALC.ERR file, for verification.
  14.                  V - View the caller dat file !CALL.DAT
  15.                  ? - Display the Help screen
  16.  
  17.    Examples:
  18.    FD2RALC /P will invoke the 10 sec pause at program end.
  19.    FD2RALC -b14400 will cause 14400 to be used as the connect speed for
  20.                    the mail call entry.
  21.                    NOTE!! There must be NO space between the "b" and the
  22.                    baud speed.
  23.    FD2RALC -p /b28000  will invoke the pause, and set the baud speed to
  24.                        28000
  25.    FD2RALC -v      Will display the !CALL.DAT, listing the nodes who have
  26.                    called, and how many times.
  27.  
  28. ==========================================================================
  29.  
  30. This program is a take off of RA2FDLC, which stores the last BBS
  31. caller in the FD lastcall file.
  32.  
  33. It is being distributed as FreeWare.
  34. But please read the included FREEWARE.DOC!!
  35.  
  36. No warranties are expressed or implied. You use it at your own risk.
  37.  
  38. FD2RALC.EXE is (c)Copyright 1994,95 Rand Nowell - RaLin Enterprises
  39.  
  40. FD2RALC reads the FD information about the last INBOUND mail call to your
  41. system, and inserts this in the RA LASTCALL.BBS, so your users can see just
  42. how busy your system "really" is.
  43.  
  44.  
  45. Place FD2RALC in a path directory, or, when you call it, supply the
  46. full path/name of the file.
  47.  
  48. The file !CALL.DAT is created, and FD2RALC expects to find it, in the
  49. same directory as FD2RALC.
  50.  
  51. You should place a call to FD2RALC in your mailer batch file, so it is
  52. called whenever you receive mail pkts.  If you have FD set to exit on netmail
  53. receipt also, FD2RALC will be called as if you received a pkt.
  54.  
  55. If you call a system, and receive mail from them, this will be considered
  56. an outbound call by FD2RALC, and the sending node will NOT be added to
  57. the LASTCALL.BBS
  58.  
  59. If you are running Multi-Line RA, and maintaining seperate LASTCALL.BBS 
  60. files, you will want to be in the NODE directory when you call FD2RALC.
  61. Unless you have the *N variable in the RA System Directory field, which
  62. is replaced with the current TASK number. The NODE variable is also
  63. supported, if a TASK enviornment variable is not found, a NODE one will be
  64. checked for. If neither is found, then the system is considered to be
  65. running single line.
  66.  
  67. Please see notes in CHANGES.107 about the NODE and TASK variable.
  68.  
  69. FD2RALC inserts the calling system Name, Handle, Node and call time start/end
  70. into RA's LASTCALL.BBS  The LogOn time is retrived from FD, the LogOff time is
  71. the time the program runs.  The baud defaults to 9600, unless you have
  72. supplied a BaudRate on the command line.
  73. The node defaults to 1, unless a current TASK or NODE variable has been set.
  74. Times called, is read from the !CALL.DAT file, and inserted.
  75.  
  76.  
  77. FD2RALC will modify the RA LASTCALL.BBS, *if* there is an
  78. "incomming" mail call to insert.
  79.  
  80. The location of the LASTCALL.BBS is obtained from CONFIG.RA -> System
  81. Directory.  This directory name can have the RA NODE variable, *N, in it
  82. if wished, and will be replaced by the current NODE value.
  83.  
  84. The program maintains a small data file, FD2RALC.DAT to help in eliminating
  85. duplicate entries.
  86.  
  87. FD2RALC also maintains a semaphore file named FD2RALC.SEM
  88. When the program runs it does this:
  89.   1. Creates it if missing, =OR=  Updates the date/time of the file.
  90.   2. Compares date/day of semaphore and lastcall file.
  91.   3. If the lastcall file is from the previous day, it is
  92.      deleted/re-created, then the new call is placed in it.
  93.  
  94. Important & Debug information, as well as errors are written to
  95. FD2RALC.LOG, which is created/maintained in the EXE directory.
  96.  
  97. All support files, data, semaphore, are expected to be in the same directory
  98. as the exe file. Do not place them elsewhere.
  99.  
  100. Rand Nowell
  101. RaLin Enterprises
  102.  
  103. 40728 Sundale Dr.
  104. Fremont, Ca. 94538-3341  USA
  105. =OR=
  106. 4641 Wheeler Dr.
  107. Fremont, Ca. 94538-1937  USA
  108.  
  109. The RaLin Software BBS
  110. Voice    : 510-651-6177
  111. BBS      : 510-226-7731
  112. Fido     : 1:215/710
  113. Internet : rand.nowell@ralin.damar.com
  114.  
  115. CREDITS:
  116.  
  117.   FrontDoor     - JoHo, Absolute Solutions
  118.   RemoteAccess  - Andrew Milner, Wantree Development
  119.  
  120.   Compiled under TP 7.0 - Borland International
  121.  
  122.