Exforsys
+ Reply to Thread
Results 1 to 2 of 2

RUN/execute a Command-Line command from an ASP page.

This is a discussion on RUN/execute a Command-Line command from an ASP page. within the ASP forums, part of the Programming Talk category; Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o .wmv -o ...

  1. #1
    Lucas Cowald Guest

    RUN/execute a Command-Line command from an ASP page.

    Hi,
    I need to RUN/execute a Command-Line command from an ASP page.

    This is the command:
    sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2 -p

    Can you show me a code how to run this command from an ASP page? I need to
    run it from an ASP/VBscript?

    Thank you very much for your help!





  2. #2
    Rahulbatra is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    Do you want to run it on the server or client?
    If it is server you could try with option System.Console namespace or use the option of Shell() to achieve the purpose.If it is on the client, you can create a ActiveX control to handle this.


Latest Article

Network Security Risk Assessment and Measurement

Read More...