Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Windows batch file parameter with spaces
- Date: Wed, 22 Apr 2015 12:46:32 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Windows batch file parameter with spaces
Try
arguments = "'$$(R_PATH)' $(Process)"
to force the "new-style" argument parsing.
- Todd Miller