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!

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

anonymous
Wed Oct 22 07:35:38 CDT 2003


>-----Original Message-----
>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!
>
>
>.
>

Re: RUN/execute a Command-Line command from an ASP page. by Ray

Ray
Wed Oct 22 08:55:38 CDT 2003

This has already been answered in one of the numerous groups to which you
multi-posted. Please do not multi-post.

Ray at work

"Lucas Cowald" <nospam@nospamthanks.com> wrote in message
news:BKydnaThyfcF-guiRVn-ig@comcast.com...
> 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!
>
>



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

Bryan
Thu Oct 23 15:57:47 CDT 2003

Read up on WSH under MSDN's docs; it has a RUN method that
will do this for you.
(be sure it's pathed properly)
BK
>-----Original Message-----
>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!
>
>
>.
>