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

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



> 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