View previous topic :: View next topic |
Author |
Message |
AKS
Joined: 19 Mar 2008 Posts: 29
|
Posted: Tue Jun 02, 2020 3:02 pm Post subject: Passing arguments to Plato? |
|
|
I have a program that was built to execute from the cmd line which accepts 3 arguments from the command line: Input filename, Output filename, and Plot filename. I can make an .exe file in Plato, but I don't know how to pass the arguments when running the program in Plato. I've searched the forum under Plato for various keywords (passing arguments to Plato), but it returns 100s of results not all of which are found in the Plato subject group. Any help with this matter would be appreciated. Thank you. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Tue Jun 02, 2020 4:21 pm Post subject: |
|
|
If I understand you correctly, in a Plato project, go to the Project menu and select Properties. Then under "Compiler Options" and "Miscellaneous", select "Launch arguments" and type in the arguments that you want to use. |
|
Back to top |
|
|
AKS
Joined: 19 Mar 2008 Posts: 29
|
Posted: Tue Jun 02, 2020 4:36 pm Post subject: Passing arguments to Plato? |
|
|
Thank you. I'll give it a try. |
|
Back to top |
|
|
|