Jump to content

Start a Program with Command Line Parameters


Recommended Posts

Hello, i hope you can help me?

I try to open a program with Command Line Parameters like this:

run("C:\Program Files\CyberLink\PowerDVD10\PDVDLaunchPolicy.exe $CmdLine[1]")

This ist the Command Line: d:\Scripte\test.au3 "D:\Videos\Exporte\test.m2ts"

but it doesnt work :blink:

If i change the line to this:

run("C:\Program Files\CyberLink\PowerDVD10\PDVDLaunchPolicy.exe D:\Videos\Exporte\test.m2ts")

it works and PowerDVD start with this file.

What`s my error???

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...