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

RE: [Condor-users] Problem with submission file on Windows



just a wild stab in the dark but did you try 

  ...
 arguments            = tutorial.cmd /w C:\\
 transfer_input_files = tutorial.cmd
 output               = test.out
 error                = test.err
 log                  = test.log
 
 queue 
  ...

or if that doesn't work

...
arguments            = tutorial.cmd /w C:\

transfer_input_files = tutorial.cmd
output               = test.out
error                = test.err
log                  = test.log

queue 
...

last resort make your program interpret c:/ properly (since this is legit on windows NT 4 onwards)

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx
> [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Bryan S. Maher
> Sent: 02 July 2004 20:26
> To: Condor-Users Mail List
> Subject: [Condor-users] Problem with submission file on Windows
> 
> 
> I was trying to write a simple tutorial document for my 
> coworkers and I encountered a problem involving Condor's use 
> of the backslash as a line continuation character.
> 
> My submission file looks like this:
>  ...
> arguments            = tutorial.cmd /w C:\
> transfer_input_files = tutorial.cmd
> output               = test.out
> error                = test.err
> log                  = test.log
> 
> queue 
>  ...
> 
> I get the following error:
> 
>    'tutorial.cmd' is not recognized as an internal or 
> external command,
>    operable program or batch file.
> 
> And here is an excerpt from the history file:
> 
>    Args = "tutorial.cmd /w C:\transfer_input_files = tutorial.cmd"
> 
> Notice how the transfer_input_files line gets appended to the 
> arguments line because of the backslash.  Suggestions on how 
> to handle this?
> 
> Thanks,
> 
> Bryan Maher
> Carnegie Mellon University
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users
> 


*****************************************************************
Gloucester Research Limited believes the information 
provided herein is reliable. While every care has been 
taken to ensure accuracy, the information is furnished 
to the recipients with no warranty as to the completeness 
and accuracy of its contents and on condition that any 
errors or omissions shall not be made the basis for any 
claim, demand or cause for action.
*****************************************************************