Hello,
Do you know how to run user tools with PROMPT command ?
(i.e. <PROMPT:filename?=*>php/php.exe scripts/myphp.php )
The PROMPT windows appears correctly but the command finished with "Command process failed" while the command by itself works correctly.
The next question is how to get entered values ? Through ENV variables ?
Thanks for your help.
Ok , I found the solution
php/php.exe scripts/myphp.php <PROMPT:parm1=*> <PROMPT:parm2=*>
and we received them in argv
That's actually a NWC2 question.
For NWC2 discussion, please use the NWC2 Forum (http://www.noteworthysoftware.com/nwc2/forum/). The NWC2 User Tools (http://www.noteworthysoftware.com/nwc2/usertools/) section now includes an example of how to utilize the prompting mechanism.