Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
srmcarneir
Posted - 03/30/2004 : 3:33:35 PM Dear All,
We have a script that successfully calls a batch file with parameters under Win2000 but the same LabTalk lines do not work under WinXP:
run -e %PBatchFile.bat %A $(iStart) $(iEnd) %P %W;
where %P=C:\path\; %A=Datafilename.csv; iStart=1; iEnd=3; %W=Y;
It is funny that the batch file also works properly if called directly from the command prompt of WinXP.
Is there any special settings for LabTalk routines under WinXP?
Best Regards,
Ricardo Carneiro
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 03/30/2004 : 4:55:48 PM Hi Ricardo,
I'm not aware of any differences between Win2K and WinXP that affect run -e. Is your batch file not running at all? Or just not doing what you want it's designed to do?