Jump to content

Recommended Posts

Posted

I some help with this situation:

I am trying to do a Run() but I am getting quite confused. This is the deal.

My run command looks like this:

Run('C:\One\Two\Three.exe -A1 "four" -A2 "five" -A3 "six" -A4 "seven"',"C:\One\Two"), but I need the C:\One\Two to be a variable, like

$var = "C:\One\Two"

and I don't know how to incorporate that into my Run() command. Any help? Thanks.

[font="Times New Roman"]Ocho.[/font]
Posted

Run($var & '\Three.exe -A1 "four" -A2 "five" -A3 "six" -A4 "seven"',$var)

Wow it was that easy! Thanks spudw2k.

[font="Times New Roman"]Ocho.[/font]

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
×
×
  • Create New...