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

Re: [HTCondor-users] Windows batch file parameter with spaces



	Try

arguments = "'$$(R_PATH)' $(Process)"

to force the "new-style" argument parsing.

- Todd Miller