Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [condor-users] Execute a job on a remote machine with cygwin
- Date: Thu, 9 Oct 2003 13:02:38 +0100
- From: "Andrey Kaliazin" <A.Kaliazin@xxxxxxxxxxx>
- Subject: RE: [condor-users] Execute a job on a remote machine with cygwin
Hi Roberto
your bat file should look like
@echo off
cd where-your-script-is
d:\cygwin\bin\bash --login -i script.sh 2>&1
exit
that will hopefully do. (the last bit - 2>&1 should capture additional
output from stderr, I think)
cheers,
Andrey Kaliazin, Computer Officer
Computer Science, Aston University, UK
> -----Original Message-----
> From: owner-condor-users@xxxxxxxxxxx
> [mailto:owner-condor-users@xxxxxxxxxxx] On Behalf Of Roberto Gonz?lez
> Sent: Thursday, October 09, 2003 11:53 AM
> To: condor-users@xxxxxxxxxxx
> 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>
>
>
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>