home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / st234b.zip / COMMO.ST next >
Text File  |  1994-05-22  |  2KB  |  45 lines

  1. This file is for users of {COMMO}, it describes how to set that program
  2. up with a macro to automate capturing of reports.  This was supplied by
  3. one of our Beta testers, thanks Tom!
  4.  
  5. =======================================================================
  6.  
  7. This {COMMO} macro will keep a running log of your connects in USRSTAT
  8. format. Each entry is identified with the information from the NAME
  9. field from {COMMO}'s dialing directory, the board's phone number and
  10. time of the capture will appear in the lower left hand corner of the
  11. main USRSTAT screen.
  12.  
  13. The macro requires {COMMO} version 5.5 or later. It's called manually
  14. with the F11 key or you can {call nfa} from another macro. The modem
  15. must have DIP switch 9 Down and S02=043. The only file you need from
  16. the USRSTAT ZIP is the .EXE file itself but please take the time to
  17. read the documentation, it will help you understand the macro.
  18.  
  19. The macro assumes that there's a capture file open on every connect
  20. and automatically re-opens it after the modem info's been captured,
  21. change "y" to "n" in the {capt y,%temp_cap} statement if you don't
  22. want the capture file re-opened.
  23.  
  24. You'll have to edit the line with the asterisk to reflect the path
  25. to the USRSTAT program and the name and path of the logging file,
  26. USR.LOG in my case. Everything else should be ok as written.
  27.  
  28. {:nfa} {capt n} {setv temp_cap,%_cap} {capm filter} {capt y,onelog.$$$}
  29.        {send ~+++} {look OK} {send ati6|} {look OK} {send ati7|} {look OK}
  30.        {send ati11|} {look OK} {send aty11|} {look OK} {send ati4|}
  31.        {look ^JOK^M} {send ato|} {capt y,%temp_cap} {capm screen}
  32.    *   {exec-n c:\tools\USRSTAT onelog.$$$ c:\bbs\usr.log /A /H%_nam}
  33.        {exec-n del onelog.$$$} {setv temp_cap} {beep} {retu}
  34.  
  35. When the macro finishes (after the beep) you'll be back on-line to the
  36. BBS. You'll probably have to hit a Carriage Return at this point to
  37. bring the BBS menu back so you can continue.
  38.  
  39. If you have any problems or suggestions, I can be reached in the RIME
  40. {COMMO} and USR conferences or you can leave me a private note in the
  41. Main conference on USR's BBS (708)-982-5092.
  42.  
  43. Tom Devlin
  44.  
  45.