home *** CD-ROM | disk | FTP | other *** search
- #
- # Trumpet Winsock 2.1 Setup.cmd
- #
- # Copyright (C) 1994,1995 Peter R. Tattam &
- # Trumpet Software International Pty Ltd (TSI)
- # All rights reserved.
- #
- # Unless TSI has given prior written consent to such use,
- # no permission is granted to distribute or otherwise make available
- # to the public modified versions of this script for commercial purposes.
- # Any permitted distribution of modified versions of the script must
- # retain the copyright notice at the start of this file and must clearly
- # identify those parts of the file which have been modified.
- #
- %ok = [load $number]
- %ok = [load $word]
- %ok = [load $username]
-
- if [query $number "Enter your dialup phone number"]
- save $number
- else
- exit
- end
- if [query $username "Enter your PPP username"]
- save $username
- else
- exit
- end
- if [query $word "Enter PPP password"]
- save $word
- else
- exit
- end
-