|
I think you have to pass READER in twice, as the second READER is argv[0] (in C speak). That seemed to work for me, parameters and all.
It doesn't seem to let you exec python programs, you will need to invoke python.exe and pass it the parameter of the .py program you want to run.
|