in reply to Re: Starting a process under Win32
in thread Starting a process under Win32

I've changed it to
Win32::Process::Create( $p, "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe", "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe --r +c-host 127.0.0.1:9999", 0, NORMAL_PRIORITY_CLASS, '.' ) or die $! . $^E;
Still the same problem, VLC reports the command line is no good.

Replies are listed 'Best First'.
Re^3: Starting a process under Win32
by cdarke (Prior) on Feb 19, 2008 at 12:39 UTC
    OK. What is the exact text of the error message?
      The command line options couldn't be loaded, check that they are valid +. Press the RETURN key to continue...
      This error is coming from VLC, the perl script reports no error at the Create() call.