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

Re: [Condor-users] problem with multiple file submissions



Are you sure that this is what Rbatch.bat is?  The PATH environment variable is meant to contain a list of directories, not the path to a single executable.   (I'm assuming that RScript.exe is a file, and not a folder)

On 10/27/2010 2:45 AM, Shruti Mudra wrote:
where RBatch.bat is 
set PATH=C:\Program Files\R\R-2.11.1-x64\bin\Rscript.exe


I think that maybe RBatch.bat should be just

    C:\Program Files\R\R-2.11.1-x64\bin\Rscript.exe
or possibly

    set PATH=C:\Program Files\R\R-2.11.1-x64\bin
    RScript.exe

-tj