> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Robert Smith
> Sent: dinsdag 22 februari 2005 20:38
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] string literals
>
> When I execute the equivale
ect: [Nant-users] string literals
When I execute the equivalent of the below lines from command
line, InstallShield wants quotes around the second part of the
parameter.
For instance -c "Release 1" is required. How do I force the string
literals to do the same thing in the task?
Addi
When I execute the equivalent of the below lines from command
line, InstallShield wants quotes around the second part of the
parameter.
For instance -c "Release 1" is required. How do I force the string
literals to do the same thing in the task?
Adding the double quotes around the parameter (
)