;DIALD.ASP: A Procomm PLUS ASPECT script file to take the User past the ;opening screen and go directly to the Dialing Directory screen. At the ;Dialing Directory screen the User may choose an entry. When the entry is ;selected this script will dial that entry, and upon connection, run the ;script associated with that Dialing Directory entry. Be sure to compile ;this script by entering ASPCOMP DIALD.ASP at the DOS prompt in your ;Procomm directory, and if you make changes recompile it after each change ;by using the same syntax. If no .KBD or .KEY file is specified for that ;Dialing Directory entry, the defaults will be loaded, or those lines can ;be removed. If you have questions please leave Messages to me on the ;Datastorm Forum on CompuServe. This script is certainly not original, and ;is one that the SYSOPs offer frequently. I have put it here just to save ;the time it takes to write it out each time it is requested. ; ; -Paul Heim, CIS ID 74066,635 ; ; ; proc main ;name of procedure termkey 0x2000 ;send Alt-D, go to dial dir, wait choice if connected ;after dialing if a connection is active kload $d_kbdfile ;load associated .KBD file, if any mload $d_metakey ;load associated .KEY file, if any execute $d_script ;pass control to associated script, if any endif ;end the if connected endproc ;end the procedure ; ;end of script ;