
- Forum
- Programming Talk
- ASP
- RUN/execute a Command-Line command from an ASP page.
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 ...
-
10-22-2003, 08:18 AM #1Lucas 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!
-
12-05-2006, 07:03 AM #2
- 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.

Reply With Quote





