Ask a Question related to UNIX Programming, Design and Development.
-
Bjorn Reese #1
Re: Interrupting program from command line
Alex Vinokur wrote:
How about this? (for tcsh -- the exact syntax may differ if you> Something like (pseudo-code) :
> $ run 6 sec my_program,
use another shell)
$ my_program & ; sleep 6 ; kill $!
Bjorn Reese Guest
-
Cannot execute command line program in cmd.exe under aspx form
Hi All. I am trying to run an exe application under aspx page using System.Diagnostics.ProcessStartInfo and System.Diagnostics.Process. The... -
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... -
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... -
invoke a command line program in ASP
<% Dim oShell Dim iRreturn Set oShell = GetObject("","Wscript.Shell") If oshell is nothing Then Set oShell =... -
Can I get the program name scheduled by at command.?
On 26 Jul 2003 04:58:13 -0700, Taro <tarokimura@hotmail.com> wrote: Appearently not other than to peek into the contents of... -
stanislav shalunov #2
Re: Interrupting program from command line
"Alex Vinokur" <alexvn@bigfoot.com> writes:
The Expect distributuion includes a program, timed_run, that does> I want the program to be interrupted in some time after starting.
> $ run 6 sec my_program,
exactly that. It's even installed by default.
--
Stanislav Shalunov [url]http://www.internet2.edu/~shalunov/[/url]
I receive a lot of spam every day, much of it offering to help me
get out of debt or get rich quick. --Bill Gates
stanislav shalunov Guest



Reply With Quote

