Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] Execute a job on a remote machine with cygwin
- Date: Thu, 09 Oct 2003 12:52:32 +0200
- From: Roberto González <rgonz@xxxxxx>
- Subject: [condor-users] Execute a job on a remote machine with cygwin
Anybody knows how can I execute a script on a remote Windows Machine
that has installed cygwin??
I´d tried to submit a .bat archive as follow:
@echo off
d:
d:\cydwin\bin
bash --login -i
script.sh
exit
When I submit this job it starts, but never finish and the script
doesn´t execute. I think that when bash starts, the .bat archive dies.
Anybody can tell me how can I do that??
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>