Originally posted by NaturalJ0 at 2006-12-12 11:27:
Just set up automatic connection.
Well, there should be an automatic connection option in the broadband connection.
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by NaturalJ0 at 2006-12-12 11:27:
Just set up automatic connection.
Originally posted by NaturalJ0 at 2006-12-14 11:27 AM:
Just set up automatic connection.
Originally posted by fastrun at 2006-12-14 11:28:
dim wsh
set wsh=WScript.CreateObject("WScript.Shell")
wsh.run "Rasdial pppoe hechpr000 13617234",false,1
Originally posted by zh159 at 2006-12-14 11:35 AM:
Well, the broadband connection should have an automatic connection option.
Originally posted by zh159 at 2006-12-14 11:38 AM:
It should be separated by a single space. Try again.
Originally posted by Primalchaos at 2006-12-14 11:39:
Why bother studying batch processing if everything has to be done by Windows?
Originally posted by zh159 at 2006-12-14 11:42 AM:
Why use batch processing if automatic dialing is possible?!
Batch processing is not all-powerful; it requires command support
[ Last edited by zh159 on 2006-12-14 at 11:43 AM ]
Originally posted by zh159 at 2006-12-14 11:49 AM:
If there is no such thing in "Properties", then it is gone
Create a VBS to send the enter command to execute the connection
Originally posted by zh159 at 2006-12-14 11:42 AM:
Why use batch processing if automatic dialing is possible?!
Batch processing is not all-powerful; it requires command support
[ Last edited by zh159 on 2006-12-14 at 11:43 AM ]
dim wsh
set wsh=WScript.CreateObject("WScript.Shell")
wsh.run "自己修改宽带连接快捷方式"
While Wsh.AppActivate ("连接 宽带连接")=false
WScript.Sleep 500
Wend
Wsh.SendKeys "^c"
C:\WINDOWS>rasdial redtek 100065012345 mypassword
Connecting to REDTEK...
Verifying username and password...
Registering your computer on the network...
Connected to REDTEK.
The command completed successfully.
Originally posted by redtek at 2006-12-14 12:06 PM:
The implementation steps are as follows: (I have tested it, and the dial-up was successful under Windows Server 2003)
) First, create a broadband dial-up in the "Network Connections" of Windows.
(Detailed content..