home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 January
/
Chip_Special_Best_Web_Sites_01-96.iso
/
pc
/
zugang
/
maz
/
setup.cm_
/
setup.cm
Wrap
Text File
|
1994-11-23
|
485b
|
24 lines
%ok = [load $number]
%ok = [load $password]
%ok = [load $username]
%ok = [load $initstring]
%ok = [load $dialstring]
if [query $number "Enter your phone number"]
save $number
end
if [username "Enter your login username"]
save $username
end
if [password "Enter your login password"]
save $password
end
if [query $initstring "Enter your modem initstring"]
save $initstring
end
if [query $dialstring "Enter your modem dialstring"]
save $dialstring
end