home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / qms / qms.doc next >
Text File  |  1992-03-19  |  2KB  |  83 lines

  1.  
  2.           *************************************
  3.            ***   Quick Mail Scanner v1.0   ***
  4.           *************************************
  5.  
  6.  
  7. This program is FREEWARE!!.. The only Configuration it need is 
  8. DORINFO1.DEF when you starting it!.. And if you want QMS to only
  9. scan from ex: area 1 to area 10 just type EXEC QMS.PRG -F1 -T10 on
  10. the commandline and it will only check in this areas!. Should it 
  11. scan all areas just type EXEC QMS.PRG!.. QMS would also check the
  12. Carrier!!..  
  13.  
  14. QMS Commands!:
  15.  
  16.                 -F From board no!.
  17.         
  18.                 -T To board no!.
  19.  
  20. OBS! You can if you want use only -T and it will stop at that Board!.
  21.      I't will check all Msgs that was entered to All in the BBS after
  22.      his lastcall!.
  23.  
  24. Here is some examples on .DOR files!.
  25. ----------------------------------------------------
  26. --> WELCOME.DOR
  27.  
  28. send     
  29. prompt Check New Mail to ALL? (Y/N):
  30. key
  31. if *CHR = y then goto check
  32. if *CHR = Y then goto check
  33. goto news
  34.  
  35. :check
  36. cd c:\qbbs\
  37. send           
  38. write DORINFO1.DEF
  39. exec qms.prg
  40. pause
  41. del DORINFO1.DEF
  42.  
  43. :news
  44. ------------------------------------------------------------
  45. --> LOCAL.DOR     This scan only Board 1 to 14!.
  46.  
  47. cd c:\qbbs\
  48. send           
  49. write DORINFO1.DEF
  50. exec qms.prg -f1 -t14
  51. pause
  52. del DORINFO1.DEF
  53. exit
  54. ------------------------------------------------------------
  55. --> ECHO.DOR       This scan only Board 50 to 79
  56.  
  57. cd c:\qbbs\
  58. send           
  59. write DORINFO1.DEF
  60. exec qms.prg -f50 -t79
  61. pause
  62. del DORINFO1.DEF
  63. exit
  64. -------------------------------------------------------------------
  65.  
  66.  ** I will not take any responsibility for anything this program **
  67.  ** might cause!...                                              **
  68.  
  69.  If you have any bugg to Report or suggestion!, Please let me now!..
  70.  
  71.       Bertil Jagard
  72.       Oluff nilssons v.10
  73.       433 36 PARTILLE
  74.       Sweden.
  75.  
  76.       BBS: +46-31-363973 Open Week's 10-15/18-06
  77.                          and Weekend's 18-06 Swedish time!.
  78.  
  79.       Fidonet (2:203/203.10).
  80.  
  81.  DS! If you like this program wy not send me a' nice Postcard!..:-)
  82.  
  83.