Hi,
How can i do to give parameters link this
site/config.pl
$u->push_value ('_meta', 'middle',
sub {
return 'message.bat ' . $param1 . ' ' . $param2
});
the result is $u->push_value ('_meta', 'middle', 'message.bat val1 val2')
The todo.pl execute message.bat and after param1 and after param2 whitch give 2
error for.param1 and param2.
I try :
return '\"message.bat ' . $param1 . ' ' . $param2 . '\"'
-> Error in Unattend file : stop installation
return '\'message.bat ' . $param1 . ' ' . $param2 . '\''
-> Error with todo.pl : execute three command
<mailto:[email protected]>
Franck