Board index » delphi » Dos commands....without the dos window?

Dos commands....without the dos window?

Greetings

I'm pretty much a Delphi Newbie, and I'm trying to write a program to
dial an internet connection as soon as it is dropped (btinternet gives
me 2 hour cut-offs).

I'm dialing the connection by executing 'rasdial entryname username
password' which works great, but I do geta  dos box on screen while
dialing. Is there any way to hide this, preferably stop it from ever
popping up?

Failing that, is there a better way than the one I'm using to dial an
internet connecion?

Thanks in advance for any help,

--

Gary Hughes, aka 0siris
ICQ: 44709842
http://www.se-osiris.co.uk

 

Re:Dos commands....without the dos window?


Some example code would yield better help. If you can post some of the procedure/function that does your "thing," then I
am sure we can provide you with a suitable solution.

Ryan

Quote
On Sat, 7 Apr 2001 10:26:05 +0100, 0siris <se.osi...@btinternet.com> wrote:
>Greetings

>I'm pretty much a Delphi Newbie, and I'm trying to write a program to
>dial an internet connection as soon as it is dropped (btinternet gives
>me 2 hour cut-offs).

>I'm dialing the connection by executing 'rasdial entryname username
>password' which works great, but I do geta  dos box on screen while
>dialing. Is there any way to hide this, preferably stop it from ever
>popping up?

>Failing that, is there a better way than the one I'm using to dial an
>internet connecion?

>Thanks in advance for any help,

Other Threads