tomp Posted August 16, 2005 Share Posted August 16, 2005 I have an application that uses the following run string: 'run c:/Program Folder/application.exe /s' I would like to use 'send event' to launch the application from a script but have been unsuccessful in figuring out how to pass the ' /s' parameter through 'send event'. Is there a way to pass a parameter to the application using 'send event'? TIA Link to comment Share on other sites More sharing options...
Reed Posted August 16, 2005 Share Posted August 16, 2005 you just specify the send event using a calculation, then you can put any command-line parameters into the calculation. (even field values, so the parameters can be specified dynamically) Link to comment Share on other sites More sharing options...
tomp Posted August 17, 2005 Author Share Posted August 17, 2005 Thanks. Works like a champ. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6684 days old. Please don't post here. Open a new topic instead.
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