The following files can be used to automate the log-on procedure to PC-PURSUIT. There are two versions available. TELENET.GEN is a generic CP/M version. Just insert your computer's port numbers for the modem and your specific TELENET access codes where marked. Then compile with Turbo Pascal. TELENET.PAS is a fancier version that was written for an '84 series Kaypro. It is menu driven with choices for each city that PC-PURSUIT currently supports. The five other .PAS files included in this library are called by TELENET.PAS during compilation. Although written specifically for the Kaypro, these files can be modified to run on any CP/M computer that supports low and inverse video with direct cursor addressing. If you have an '84 series Kaypro, simply insert your specific TELENET access codes where marked, and compile with Turbo Pascal. If you have any questions about this program, leave a message to the sysop of FOG RCP/M #23, 615/292-0710. Feel free to modify the code to suit you. If the program won't dial on your computer, the procedure called Initialize_Modem is a likely culprit. Also, the program assumes your modem can detect a carrier by testing the DCD bit of the status port. If your modem doesn't support this, you can write your own loop to test for a carrier, or insert a suitable delay to insure you have a carrier present after dialing. -- JLF.