home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / gqmail.zip / QMAIL.TXT next >
Text File  |  1990-12-09  |  2KB  |  75 lines

  1. /* 
  2. Crosstalk for Windows MarkMail/Qmail Automator
  3. version 2.4 11/27/1990
  4. Guy Gallo
  5. */
  6.  
  7. USAGE
  8.  
  9. This script allows you to completely automate the uploading 
  10. and downloading of message via MarkMail OR QMAIL doors 
  11. using Crosstalk for Windows.  
  12.  
  13. The script is loaded into the Setup.Session.Script field in the 
  14. following manner:
  15.  
  16. ScriptName parameter1 parameter2 parameter3
  17.  
  18. For Example:
  19.  
  20. qMail Mail Open 10
  21.  
  22. Translation:  
  23. Use the qMail script with the parameter "Mail", "Open", "10". 
  24.  
  25. The above script entry ("qMail Mail Open 10") would tell the 
  26. script that yes, we are going to do mail transfer, and the mail door
  27. is door number 10.
  28.  
  29. If you leave out the Mail keywork as a parameter then the script 
  30. functions as a slightly enhanced PCBoard logon.  
  31. For example, if you entered the script as
  32.  
  33. qMail Open 7
  34.  
  35. The script would simply open door number seven.  Or
  36.  
  37. qMail N S U
  38.  
  39. The script would simply list the new files on the PCBoard and halt.
  40.  
  41.  
  42. REPLIES:
  43.  
  44. If you are tranferring mail it happens so:
  45.  
  46. Any reply file, if it exists, is uploaded *and then deleted*.
  47.  
  48. If a message file already exists on disk, it is renamed to 
  49. with "1" as the first character of the board name.  For example,
  50. THUNDER.QWK becomes 1HUNDER.QWK.  If a saved file already exists
  51. it is deleted.
  52.  
  53. Messages are downloaded and you are logged off. 
  54.  
  55. Qmail version 3.0
  56.  
  57. Below is a listing of the configuration screen for Qmail version 3.0 with
  58. which this script was tested.
  59. ____________________________________________________________________________
  60. <COMMAND>
  61. (467 Mins. left) Node 16 Qmail Command? C
  62.  
  63.     Options
  64.  
  65.  1. D/L your replies................ ON     9. Send the DeLuxe menu...... ON
  66.  2. D/L packets without msgs........ OFF   10. Send SESSION.TXT.......... OFF
  67.  3. Logoff after uploading replies.. OFF   *11. Use extended prompts...... ON
  68.  4. Send the WELCOME screen......... OFF   *12. Delay prompts one second.. ON
  69.  5. Send the system NEWS............ OFF   13. Clear keyboard buffer..... OFF
  70.  6. Scan for new BULLETINS.......... OFF   14. Enable "QwikStart"........ ON
  71.  7. Scan for new FILES.............. OFF   15. Repeat scanning........... OFF
  72.  8. Send the GOODBYE screen......... OFF   16. Replace @variables........ OFF
  73. ____________________________________________________________________________
  74. The asterisked options 11 and 12 are necessary.
  75.