Execute application from TOPs

   2153   1   1
User Avatar
Member
8 posts
Joined: May 2019
Offline
Is it possible to execute an exe application directly from TOPs, or should I execute it via python, with something like subprocess?

The application takes an argument
x.exe “some_parameter”
User Avatar
Staff
616 posts
Joined: May 2014
Offline
You can use the Generic Generator node, and fill out the Command field with the executable + args that you'd like to run.
  • Quick Links