View Single Post
  #7 (permalink)  
Old 11-09-2007, 10:24 PM
Anand Anand is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 52
Anand is on a distinguished road
Default Re: how to add my site in windows startup?

Hi Varghese,

Not only we can put the exe files in the start up, we can also put the lnk file. Here i have given an example for this.

//-------------- copy and paste the below two lines --------------------
[InternetShortcut];
URL="discussweb.com"
----------------------------------//

Paste the above code in a notepad and save it as "testredirect.url" and save it under the startup folder. Now whenever your system gets booted you can see the discussweb site automatically.
__________________
None of us is As Strong as All of us.
Reply With Quote