Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Windows template file: args with quotes?
- Date: Tue, 3 Nov 2009 14:17:20 +1300
- From: Kevin.Buckley@xxxxxxxxxxxxx
- Subject: Re: [Condor-users] Windows template file: args with quotes?
> I need something like this:
> Arguments = -D 2 -m 8 -U T -F "m D"
Apologies, I should have put in what you actually needed,
which is:
arguments = "-D 2 -m 8 -U T -F 'm D'"
or
arguments = "-D 2 -m 8 -U T -F '""m D""'"
if you really need the double quotes to appear at the "other end".
--
Kevin M. Buckley Room: CO327
School of Engineering and Phone: +64 4 463 5971
Computer Science
Victoria University of Wellington
New Zealand