home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / zzmail.zip / README.TXT < prev   
Text File  |  1989-05-14  |  4KB  |  96 lines

  1.  
  2.         If you have wanted scripts to totally automate your Qmail runs
  3. using Qmodem4.0 and DSZ, these should do the trick.  However, you will
  4. need to edit them for your own use, and please test them before you run
  5. them unattended-its only fair to your SYSOP.  Please also be sure you
  6. have not created a monster that automatically uploads duplicate .REP
  7. files.  I did not write the original scripts; they came with QM4.0.
  8. What I did do was edit out the sections which offered choices so the
  9. scripts will do one thing only, but can do that thing unattended.  You
  10. may notice that the scripts have portions which are never used; rather
  11. than take the chance of removing a rarely used but necessary portion, I
  12. generally left them intact.
  13.  
  14. STEPS TO ADAPT FOR YOUR OWN USE:
  15.  
  16.         1- Make a new line in your QM phone directory for your target
  17.         BBS which includes your password but no script.
  18.  
  19.         2- Be sure your DSZ batch files are such that DSZ returns to
  20.         Qmodem automatically after a transfer.  The "Press any key" at
  21.         the end of a transfer will not work.
  22.  
  23.         3- Edit my scripts as follows:
  24.  
  25.             A- Change the "ASSIGN" variables for your use.  I do all
  26.             uploads and downloads from C:\QMODEM\DL and have set my
  27.             DELUXE reader to read them from there; your set up is
  28.             probably different.
  29.  
  30.             B- Just above the "ASSIGN" variables is a line "EGA 43"
  31.             which you should delete if you do not have an EGA that can
  32.             do 43 lines.  I included this to see more data while testing
  33.             the script.
  34.  
  35.             C- In the same area, "DIAL '20'" must be changed to the
  36.             correct line in your Qmodem phone directory.
  37.  
  38. TO USE THE SCRIPT FOR TESTING
  39.  
  40.          1- Put the modified scripts in your designated script
  41.          directory.
  42.  
  43.          2- Decide whether you should be using the download only script
  44.          or the download then upload script.
  45.  
  46.          3- Invoke QMODEM from the command line with
  47.          QMODEM  /S=SCRIPT.SCR
  48.  
  49.          4- Watch it execute until you are confident it works.
  50.  
  51. TO USE AS AN AUTOMATED SCRIPT
  52.  
  53.          Create a batch file such as the following which I use to make a
  54.          mail run and then bring up DELUXE:
  55.  
  56.                  EXERUN.BAT
  57.                  CD \QMODEM
  58.                  QMODEM /S=EXEQMUPD.SCR
  59.                  QMODEM /S=BBS2.SCR         (for a different BBS mail run)
  60.                  CD \DELUXE
  61.                  DELUXE
  62.  
  63.          I then use a timed execution of EXERUN.BAT to do the mail in
  64.          the wee hours while I'm asleep, and then load DELUXE so my mail
  65.          is waiting when I come down for coffee.
  66.  
  67.  
  68. CAVEATS
  69.  
  70.         1- Please be absolutely sure you don't set this up so it uploads
  71.         dupe REP files.  I use DELREP by Tony Tortolli (sp?) to delete
  72.         REP files as soon as they are uploaded- its available on EXECNET
  73.         and works well.
  74.  
  75.         2- If you try a timed execution, be sure you don't time it close
  76.         to the BBS's "event".  The script can not adapt to those times
  77.         just before an "event" when time on is limited and/or downloads
  78.         cannot be made.
  79.  
  80.         3- There are several programs for timed executions; some do not
  81.         work on the last calendar day of the month when set up before
  82.         midnight for an AM execution (I think they look for a date of,
  83.         eg, 5-32).  Automenu, BTW, does have a timed execution feature.
  84.  
  85.         4- If it does not work reliably, PLEASE don't use it.
  86.  
  87.  
  88. YOUR EXPERIENCE
  89.  
  90.         If you would let me know that either this works well or is
  91.         causing problems, that would be helpful.  In the latter case we
  92.         should dump the whole thing; the former would feel good.
  93.  
  94.                                       Ted Crockett     4/14/89
  95.                                       thru Execnet BBS Mt Vernon NY
  96.