Hi all,

Does anyone know anything about the scripts you can use to update the network 
preferences ? I have a script called xxx.pnc which updates the network 
preferences at HotSync. It's shown below. Most of it works, apart from the 'set 
userName' bit which comes up as 'Unknown or unsupported set command (ignored)'. 
This is despite the fact that the Network Communication section of the Palm OS 
Companion says that command can be used. 

Has anyone got any idea what the correct command is (or why its not working for 
me) ? All help is greatly appreciated.

Thanks

Steve

;
; Very simple network script for downloading to device when app is installed
;


set serviceName "steve"
set userName "[EMAIL PROTECTED]"
set password "steve"
set phoneNumber 0800080000
set primaryDNS 100.100.100.100
set secondaryDNS 100.100.100.100
set ipAddr 155.155.155.155
set closewait 1
set inactivityTimeout 1 
set establishmentTimeout 1
set protocol PPP
set dynamicIP 0.0.0.0


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to