Execute program and redirect

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christian Schmelzer

    Execute program and redirect

    Hello,
    I'm not very familar with ASP, normally I'm using PHP.

    I am looking for a small script which:

    - executes a program on the server with given request parameters
    - waits until the program finishes
    - sends a http redirect header

    I know how to do it with PHP but the server supports ASP only. ASP.NOT is
    not available.

    Does anyone has some tips for me.

    Greetings,
    Christian


  • Jon Paal [MSMD]

    #2
    Re: Execute program and redirect

    google this:

    asp -.net run exe


    "Christian Schmelzer" <cs_news@coworl d.netwrote in message news:4630986a$0 $23146$9b4e6d93 @newsspool1.arc or-online.net...
    Hello,
    I'm not very familar with ASP, normally I'm using PHP.
    >
    I am looking for a small script which:
    >
    - executes a program on the server with given request parameters
    - waits until the program finishes
    - sends a http redirect header
    >
    I know how to do it with PHP but the server supports ASP only. ASP.NOT is
    not available.
    >
    Does anyone has some tips for me.
    >
    Greetings,
    Christian
    >
    >

    Comment

    Working...