How can i create a dialup connection with my own settings and use it automaticaly. is there any way to do it with ams or lua?
Professional Software Development Tools
How can i create a dialup connection with my own settings and use it automaticaly. is there any way to do it with ams or lua?
Hellllow...
Any Answers?!?!?!
I found this on a web site if you want to take a look and see if it helps.
http://www.faqs.org/faqs/windows/win...ection-13.html
I'll read this in time, thank you very much for reply.
Hi arb
I also need the type of functionality you requested. I posted a thread several months ago but did not get a response. Ideally I would like to send text messages or audio files to a mobile phone using an AMS application installed.
If you achieve any progress on this issue, please let me know.
Thanks
Pakapaka
i hope that this could be helpful
http://support.microsoft.com/kb/284269
i have a project that is suppose to create a dial-up connection but unfortunately i couldn't find a way to do but what i have for now is this
Maybe rasphone could do the trick but I still don't know howCode:result = DLL.CallFunction("AutoPlay\\Docs\\GetSpecialFolderLocation.dll", "GetSpecialFolderLocation", 35, DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL); File.Copy("AutoPlay\\Docs\\rasphone.pbk", result.."\\Microsoft\\Network\\Connections\\Pbk", true, true, false, true, nil); Shell.CreateShortcut(Shell.GetFolder(SHF_DESKTOP), "Shortcut name", _WindowsFolder.."\\system32\\rasphone.exe", "-d Connection Name", "", "", 0, SW_SHOWNORMAL, nil);
If you make any progress on that please let me know 'cause i need it too
http://www.indigorose.com/forums/showthread.php?t=20511
That's not texting though...
Now what about *.INS files and editing them with script, who knows about that?
An INS file is an automatic setup file that is distributed by most free ISPs to assist their customers in setting up their computer. It is most commonly used to setup a dialup connection with your username and password. It can also setup email and news server settings. It can change more settings that you think, along with the ISPs own branding it can change the default settings and cause your previous setup to be corrupted.
Bruce: That article was cool, you can also get best result with a gsm modem but I just can create SMS management program in delphi.