home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 February
/
PCOnline_02_1996.iso
/
software
/
topdown
/
winisdn
/
twsk21f
/
run
/
setup.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-06-14
|
901b
|
34 lines
#
# 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 $password]
%ok = [load $username]
if [query $number "Enter your phone number"]
save $number
else
exit
end
if [username "Enter your login username"]
save $username
else
exit
end
if [password "Enter your login password"]
save $password
else
exit
end