home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / qwsample.zip / README.TXT < prev    next >
Text File  |  1994-01-11  |  2KB  |  39 lines

  1. QmodemPro for Windows Sample Scripts
  2. ------------------------------------
  3.  
  4. This file contains several sample scripts for use with QmodemPro for
  5. Windows.  To run any of these scripts, copy them to your scripts directory
  6. (such as c:\qmwin\scripts) and press the RunScript button or select Scripts/
  7. Execute from the menu.
  8.  
  9. We hope you find these scripts both useful and informative.  If you have
  10. any other ideas for sample scripts, or you've come up with a useful script
  11. yourself, please don't hesitate to send it to us!
  12.  
  13.  
  14. LOGTOTAL.SCR
  15. ------------
  16. This script reads a QmodemPro for Windows log file and totals up the time
  17. spent online by service name.  This is an easy way to generate a report
  18. of total time spent online.
  19.  
  20. TXT2PHN.SCR
  21. -----------
  22. This script reads a standard DOS text file and creates phone directory
  23. entries from it.  You must specify where the service name and phone numbers
  24. appear in the listing - the defaults supplied work with MSI's WCLIST.TXT
  25. listing of Wildcat! BBS systems, but will need to be changed for other
  26. BBS lists.
  27.  
  28. Note that if the file you are importing has extra lines in it, like page
  29. headers or footers, then you may get some entries added to the phone book
  30. which don't contain useful information.  These extra entries can be deleted.
  31.  
  32. LUNAR.SCR
  33. ---------
  34. For a bit of fun and to demonstrate the flexibility of the QmodemPro for
  35. Windows script language, an implementation of the classic "Lunar Lander"
  36. game is provided in this script.  The script is only slightly modified
  37. from the form in which it appeared in a computer magazine over ten years
  38. ago - we even kept the line numbers!
  39.