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\2.wmv -o ...
|
|||||||
|
|||
|
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! |
| Sponsored Links |
|
|||
|
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. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|