Jump to content

Recommended Posts

Posted

Hi is it possible to launch an exe that sits in a folder which also requires information passed in by way of a launch flag?

I.e. I want to run for example "VI Lab Results" which is launched through the application "C:/Program Files/Microsoft Application Virtualization Client/sfttray.exe"

so in dos i would run "C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe" /launch "VI Labs Results" to launch my application.

I want to auto run from another applciation can anyone suggest anything?

Thanks

Newbie Stewart Blair

Posted (edited)

:) ?

ShellExecute("C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe", "/launch VI Labs Results")

Cheers, FireFox.

Edited by FireFox

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...