[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_status and strings



> it's probably something to do with the Windows shell...

Definitely to do with the cmd shell. Try:

condor_status -const "CondorVersion == \"$CondorVersion: 6.7.12 Sep 24
2005 $\""

Note the space between the 2005 and the last $. I tried that in a cmd
shell and it worked.

- Ian