PDA

View Full Version : Creating dialup connection


arb
10-11-2007, 12:42 AM
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?

arb
10-15-2007, 02:48 AM
Hellllow...

Any Answers?!?!?!

bobbie
10-15-2007, 02:52 AM
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/win95/faq/part08/section-13.html

arb
10-15-2007, 07:40 AM
I'll read this in time, thank you very much for reply.

pakapaka
10-16-2007, 05:26 AM
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

Myst5
10-16-2007, 02:20 PM
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


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);


Maybe rasphone could do the trick but I still don't know how
If you make any progress on that please let me know 'cause i need it too

Bruce
10-16-2007, 03:27 PM
http://www.indigorose.com/forums/showthread.php?t=20511

That's not texting though...

arb
10-17-2007, 12:22 AM
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.