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