I struggled with spaces as well. The program was supposed to be called as
below in windows command line interpreter: Worker.exe /Param1 /Param2:”more_argument
with spaces=’constant with spaces’ “ After some struggle I figured out a jobWrapper.bat
file with only one line %* The submit job has following lines: Executable = jobWrapper.bat Arguments = "Worker.exe '/Param1' '/Param2:more_argument
with spaces=’’constant with spaces’’ ' " Michal From:
condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Wei Wang Hi all, On Fri, Dec 5, 2008 at 9:08 AM, Kewley, J (John) <john.kewley@xxxxxxxxxx> wrote: >> Do you mean:
arguments = "-a a_value -b '""b_mod -b_op1
b_op1_value""'" ? I was going to suggest:
Any information contained in or attached to this e-mail is intended solely for the use of the intended recipient(s), is confidential and may contain information that is legally privileged. If you are not an intended recipient of this e-mail, please notify the sender of the delivery error and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this e-mail is expressly prohibited. See http://www.bankofamerica.com/emaildisclaimer (if this link is not clickable, please copy and paste the link into your browser address bar) for further important information on confidentiality, the risks inherent in electronic communication (including the possibility that e-mail messages cannot be guaranteed to be secure or free of errors or viruses), some of our policies regarding transactions and pricing and certain other matters. |