Blerghass Beginner
Joined: 25 Nov 2001 Posts: 26 Location: USA
|
Posted: Sun Dec 30, 2001 1:49 pm |
Basically, after connecting to the server, you need to send the server the KEY followed by two carriage returns.
This is my atconnect alias:
#file 1 "goplay_wiz.asp"
%replace( %grep( 1, "KEY"), "KEY=", "")%cr
#close 1
Pretty simple. |
|