Hi JK I've included the submit file and the batch file. The batch has a ipconfig / all that I've been using for testing. Also for testing the one execute machine has stata installed in the stata10 directory and it defiantly checks this file as if I set it wrong I get a return in the error log. Thanks Andrew Taylor -----Original Message----- From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Kewley, J (John) Sent: 13 March 2008 17:18 To: Condor-Users Mail List Subject: Re: [Condor-users] Condor for Windows > Hi > > I'm having some problems getting condor to run Stata, a > statistical package. It has a command line function: > > wsestata -b do dofile.do can you show us your submit file? If you show your values for arguments, universe and transfer settings for input files, etc that would help Cheers 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/
Attachment:
stata.sub
Description: stata.sub
@echo off echo Starting Stata start /wait C:\stata10\wsestata.exe -b do example.do echo Done, returning results! ipconfig /all