Hey guys,
I have a program that I want to launch and pass a parameter. For example:
"C:\Program Files\aProgram\test.exe -login joeSmith password1"
The thing is I can't just add that to a shortcut because lots of other people will be using this computer as well. Is there a way of executing a program with parameters through java?
Thanks,
PO.