If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.
Step 1.Select your dial up connection you want to dial for example "dataone" is name of dialup connection in my pc
Step 2. Create a batch file
you have to create a batch file named "dialup.bat" using notepad and write following lines
rasdial "connection name" username password
Connection name is name of your dial up connection
username provided by service provider
password your password provided by service provider
Step 3. Put your file "dialup.bat" in startup folder.
for more information on rasdial command
please type command
rasdial /?
or visit http://technet.microsoft.com/en-us/library/bb490979.aspx
My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.
Showing posts with label codes. Show all posts
Showing posts with label codes. Show all posts
Saturday, September 19, 2009
Friday, August 15, 2008
show blinking text
How to show blinking text in your web page
This is a small code of by which you can show blinking text in your web page:
Its also can be used in orkut.
Subscribe to:
Posts (Atom)