Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] WIndows "failure to transfer executable file" error
- Date: Mon, 26 Feb 2007 15:00:20 -0800
- From: Andrew Cunningham <andrewc@xxxxxxx>
- Subject: Re: [Condor-users] WIndows "failure to transfer executable file" error
This error was caused by a typo in the .sub file
executable == hello.bat
instead of
executable = hello.bat
Perhaps the .sub file parser could detect this....