home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / postd12.zip / POSTDOOR.DOC < prev    next >
Text File  |  1993-03-11  |  4KB  |  112 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                           POSTSCRIPT Script 1.2
  7.  
  8.  
  9. Created for RIME Sysops that use ACCESS or QMM to handle mail transfers
  10. and want to include the POSTDOOR stuff in the mail run.
  11.  
  12. Installation is simple.  Copy both files into your TELIX directory,
  13. configure the POSTDOOR.CFG file and then set ACCESS up to Instascript.
  14.  
  15. Files included:
  16.  
  17.         POSTDOOR.SLC - Telix script file
  18.         POSTDOOR.SLT - Uncompiled Script
  19.         POSTDOOR.CFG - Configuration file
  20.         POSTDOOR.DOC - Documentation file (your reading it now)
  21.         CRS.INS      - Sample Instascript file
  22.  
  23. Sample Configuration File:
  24. --------------------------
  25. D:\POSTLINK\WORK\   <--- Line 1, Directory of POSTLINK mail directory
  26. 5213                <--- Line 2, POSTLINK ID number
  27. N                   <--- Should be "Y" or "N" depending on whether or
  28.                          not you want to stay online should your Hosts
  29.                          POSTDOOR decide to begin packing message bases
  30.                          on your time (I got stuck online for 86 minutes
  31.                          once because of this!... on my system this is
  32.                          set to N since I don't want to wait.  Of course
  33.                          your Hosts message packs might be short so it
  34.                          would be OK to wait)
  35.  
  36.  
  37. Sample Instascript file:
  38. ------------------------
  39. SCRIPT postdoor
  40. END
  41.  
  42.  
  43. What does it do?
  44. ----------------
  45.  
  46. Basically all this script does is issue the command "POSTDOOR" to open
  47. the Host's door and then automatically uploads your PREAMBLE file,
  48. Uxxxx.ZIP file and then downloads the "Dxxxx.ZIP" file all in the
  49. appropriate directory.  Should the download fail then the script will
  50. delete the Dxxxx.ZIP file for you.
  51.  
  52. Here's a sample of my EVENT batch file.  I don't know if this is the
  53. best way but it seems to cover the bases.  From what I've learned about
  54. POSTLINK should a mail upload fail and you run with the /CONTINUE option
  55. anyway then it will delete the message upload file as if it had actually
  56. been uploaded.  Because of this I use a few "tests" in the batch file.
  57.  
  58. EVENT.SYS
  59. ---------
  60.  
  61. if exist d:\postlink\work\u5213.zip goto continue
  62.  
  63. :POST
  64. cd\postlink
  65. postlink caller.cfg
  66.  
  67. :CONTINUE
  68. cd\telix
  69. telix q ctelix.cf%PCBNODE% saxsauto
  70. busy %COMPORT%
  71. rem busy %COMPORT%
  72. cd\qnet
  73. qnet nanet /i
  74. qnet ilink /i
  75. cd\rose
  76. rm crs /i
  77.  
  78. cd\postlink
  79. if exist d:\postlink\work\d5213.zip postlink caller.cfg /CONTINUE
  80.  
  81.  
  82. I hope this is of some use to some of you.  Now I suppose I should put
  83. in the legal stuff just in case some total loon has trouble and decides
  84. to blame me.
  85.  
  86. This software is FREEWARE for use by anyone that finds a use.  The
  87. author gives no warranties of any kind and is not responsible for any
  88. damages whatsoever.  Should this meager script file suddenly turn into a
  89. giant green monster and devour all of the electrons in sight then the
  90. author will reimburse you every penny that you paid him for the software
  91. (and not a penny more) so if you want some insurance then send me bags
  92. of money which I will hold in trust in case something awful happens.
  93.  
  94. I can be reached through the following networks and conferences:
  95.  
  96. Mail addressed to BRUCE FORBES
  97.  
  98. NorthAmeriNet (NANET) - Administration Conference
  99.                         AVIATION
  100.                         Telix Support
  101.  
  102. ILINK                 - Aviation
  103.                         Simulator
  104.  
  105. RIME                  - COMMON
  106.                         Cuisine
  107.                         Aviation
  108.                         FlightSim
  109.                         *Routed mail to Bruce Forbes, System ID "5213"
  110.  
  111.  
  112.