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

Re: [Condor-users] Problems running a batch file



Hello,

Firstly, you should modify your batch file to be as verbose as possible until you can find your problem. Secondly, try specifying the full path to Python. Here is an example batch file:

@ECHO ON
ECHO ...Running on computer:
ECHO %COMPUTERNAME%
PUSHD \\O2F-STH-LAP-016\Users\o2f_sonlil\
DIR
C:\Python26\python.exe run.py
ECHO ...Done.