stewartblair Posted January 6, 2009 Posted January 6, 2009 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
FireFox Posted January 6, 2009 Posted January 6, 2009 (edited) ? ShellExecute("C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe", "/launch VI Labs Results") Cheers, FireFox. Edited January 6, 2009 by FireFox
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now