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

Re: [Condor-users] 'simple' c++ program



Hi John,

Thanks. I run .bat files regularly as well. I just get a little frustrated when this works from the command line, on several different machines, but not using condor. I don't know what else to change or where to look.

thanx for all your help - and to the list in general
steve

On Jan 22, 2008, at 11:28 AM, Kewley, J (John) wrote:

1. No change
2. Runs OK, get normal output
3. Is there a way to check this? prog.exe is a standalone
executable.
I move all the files to another folder and run prog.exe there
and it still runs fine.
4. I'll try this
5. I don't get anything with this line or not, i.e., removed.

'set' would be worth trying in the .bat file anyway - lets you see what
is what.

Other ideas? This *should* be a simple matter, shouldn't it?

Definitely. I run .bat files regularly from unix onto Windows. Probably
also cygwin
onto Windows.

BTW I'd change
    prog %1 %2 %3 %4 %5
to
    prog %1 %2 %3 %4 %5 %6 %7

(or maybe a few more)
since you don't seem to have enough params.

JK

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/