August 16, 200520 yr 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
August 16, 200520 yr 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)
Create an account or sign in to comment