Pataj
11 years agoNew Contributor
Arguments in command line
Hi, I want to launch a command line and a routine with 1 argument. function runTest(msg) { Log.Message("Message : " + msg) } I read in the help "The routine to ...