Re: Pipe and Par questions



"E.D.G." <edgrsprj@xxxxxxxxxxxxx> wrote:
[...]It involved having Perl start other programs
running using Vista.

Windows Vista has a Run command that can be isolated with a little time and
effort and then used with the System command to start other programs
running. If System is used to start another program without the Run command
on my computer then Perl appears to stop running until the other program
ends.

Yes. That is the designed and expected behaviour of system(), which will
return only after the called program has terminated.
If you want the called program to run in the background, then you will
have to start it in the background. You can use the DOS "start" command
to do so on Windows. I have not heard fo a "run" command, thou.

What needs to be done to get Perl 5.10 (and Vista) to send information and
commands directly to a separate program?

Are you trying to control the other program from you Perl program? Then
you may want to check out Expect.

jue
.



Relevant Pages

  • Tone generation question plus Windows XP and Vista information
    ... Windows Vista and XP, and ActivePerl 5.10 are being used. ... The SendKeys command is available. ... In the original post in this thread I stated that Perl can start a Gnuplot.exe program running in a manner that will allow Perl to continue running in the background if the following start commands are used. ...
    (comp.lang.perl.misc)
  • RE: Legacy application installations
    ... Did you fail to run the "msiexec" command with the local administrative ... right or the ordinary domain user right on the problematic Windows Vista ... Note that I believe that the UAC is enforced by Group Policy and therfore I ... the issue happens on Windows Vista but not on ...
    (microsoft.public.windows.vista.security)
  • Re: media player 11 with window vista
    ... Open an elevated command prompt. ... Windows Vista Enterprise 64-bit edition ... Mark L. Ferguson MS-MVP ... Media Player cannot play the file. ...
    (microsoft.public.windows.vista.general)
  • Re: WdfCoInstaller for Win XP/Vista/7
    ... machine using command ... "Windows Vista" KMDF. ... Here is the output log. ...
    (microsoft.public.development.device.drivers)
  • Re: Moviemaker does not start
    ... Some Windows Vista functions may not work, or Windows Vista may stop responding: http://support.microsoft.com/kb/929833 ... Looking around in the Internet I found a way to start it with the command "moviemkr.exe /safemode"; I also tried the advice of deactivating some of the codecs used. ... I've tried all the tricks of the trade (booting in protected mode, launching application as administrator, tinkering with the registry). ... The big obstacle is of course that the application is part of the operating system, so that I cannot just re-install it. ...
    (microsoft.public.windows.vista.general)