Jump to content
Server Maintenance This Week. ×

Open files from another program


rroduit

This topic is 6449 days old. Please don't post here. Open a new topic instead.

Recommended Posts

When you use the "Send Message" script step, you can make it open any document that has a registered extension on your machine. Windows will then open that file with the application that has registered the extension.

If you want to open the file with another (non-default) app then you have two choices:

- on Windows, change the default app to the other app

- or hopefully the 2nd app has a command line interface so that you can call the app and pass it the path & name of the file to open. You can use the Send Message script step for that. Something like:

cmd /c "c:program filesOtherApp.exe" "cwhereversomeFile.ext"

Link to comment
Share on other sites

This topic is 6449 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.