Hi everyone,
I have a problem with the executable(R) in submit file,when i include executable in program files
executable = C:\Program Files (x86)\R\R-2.10.1\R.exe
the jobs aren't running
and when i move the executable folder(R folder in my case)
executable = C:\R\R-2.10.1\R.exe
to the C drive jobs are running.
Appreciate any ideas on how to tell condor to include spaces (i.e space between program, files and (x86)) for the executable file.
Thanks,