rasdial is a command provided by Windows XP/2003 (not sure if it exists in 2000, but it should be). It can be used to achieve dial-up internet access in command line mode (including ADSL virtual dial-up). Of course, by placing it in the startup group of XP, you can also achieve automatic dial-up when booting. Taking ADSL virtual dial-up as an example, let's explain the usage: Suppose the connection name of ADSL virtual dial-up is ADSL, and both the username and password are test. Then: rasdial adsl test test This command can directly connect for ADSL virtual dial-up. Create a batch file adsldial.cmd with the following content: @echo off
rasdial adsl test test
exit Then create a shortcut named autoadsldial for this batch file, modify the properties of the shortcut, set "Run style" to "Minimized", and then put this shortcut into the startup group of XP. Then when logging in at boot, this shortcut will run in window minimized mode, and you won't see the running window of this command on the desktop.
偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“
这个帖子”和“
这个帖子”并努力遵守,如果可能,请告诉更多的人!