0 vote
Is it possible to prompt for parameters for a command line session (for example)? I'm wanting to run a .cmd which requires parameters. I was looking for a something that would allow me to prompt for parameters, then execute the Run line and passing the entered parameters.
This is interesting. Could you give me more details? What type of parameter would you want (string, int, float) and would you need some? Could you give me the exact scenario because maybe I can do something else?
David Hervieux
Here's a mock-up:
Then running the session, I'd get a prompt - free form text to enter anything that the command accepts:
It's simpler than what I thought. I will ask André to see if he has few hours this week to do that. Thank you
David Hervieux
Thanks. Note the updated mock-up - a text field to provide prompt text.