On Thu, Oct 22, 2009 at 13:45, Knuplesch, Juergen <[email protected]> wrote: > Better use only arg without line. Then you give each argument alone. The > syntax is: > <arg value="/c" /> > <arg value="dir" /> > <arg value="${SpaceVar}" /> > > But probably you need quotes, because this is read bei windows batch stuff. >
No you don't. <arg value=""/> ensures that whatever the OS, the value is one and one argument only. No need to quote, since you use execve() (under Unix like) or the equivalent in Windows. -- Francis Galiegue ONE2TEAM Ingénieur système Mob : +33 (0) 683 877 875 Tel : +33 (0) 178 945 552 [email protected] 40 avenue Raymond Poincaré 75116 Paris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
