Dialer::AutodialOnline
netLoad::load "http://www.company.com/productversion.txt" "$TEMP/productversion.ini" /END
push $R0
Dialer::AutodialHangup
pop $R0
MessageBox MB_OK|MB_ICONEXCLAMATION "Disconnected = $R0";
Push $R0
Dialer::GetConnectedState
Pop $R0
MessageBox MB_OK|MB_ICONEXCLAMATION "internet is now $R0"; Dialer::AutodialHangup not working
after testing the following script on a 52k modem the file downloads but the Dialer::AutodialHangup returns a "success" yet the connection is still on and Dialer::GetConnectedState returns online. What could be the problem? Need help really quickly on this thanks!!