Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to execute a ASP file when windows Starts?  (Read 6655 times)

0 Members and 1 Guest are viewing this topic.

aasis10

  • Guest
how to execute a ASP file when windows Starts?
« on: November 14, 2006, 04:47:20 PM »
I have been trying to find out the way , to excute a ASP page as soon as windows start. I have written a ASP code which retrives the information from the server and displayes it on the Internet Explorer.
I want this ASP page to be executed at the windows start up and displayes the result in IE.

Can sombody help me in this ?...i have thought of creating  the batch file and executing it at start up , but i am not sure about the scripting, as i have not done any batch file scripting previously.IS there any other way of doing it?

Thanks,

Ashish
« Last Edit: November 14, 2006, 04:48:35 PM by aasis10 »

mcf747



    Beginner
    Re: how to execute a ASP file when windows Starts?
    « Reply #1 on: December 02, 2006, 11:42:01 PM »
    just a guss, create a autorun file in the startup folder:
    Start>All Programs>Startup

    aasis10

    • Guest
    Re: how to execute a ASP file when windows Starts?
    « Reply #2 on: December 03, 2006, 02:50:23 PM »
    thanks for the reply , i have already done that  n it works ....thanks again