Page 1 of 1

How to Batch a prompt to proceed without user intervention

Posted: 06 Mar 2021 09:14
by Ones_Zeros
Hello
I have a batch files that exports data to a folder below
"D:\WinCCU32\wccu" archive_outputs None batch,selectall,"group=TDS","sort=Meter ID","setupfile=D:\WinCCU32\scheduler\ccutds_group.ini"
The script works, but the issue is that I get prompts during the export from some of these archive outputs that says
Unable to open live analysis file, using fixed analysis
When this happens, Someone has to hit ok before it will proceed to export the files.

What would i include in the batch file to force the batch to proceed without a user selecting OK


thanks,

Re: How to Batch a prompt to proceed without user intervention

Posted: 06 Mar 2021 10:05
by aGerman
Obviously the prompts come from the tool you're using. The only advise I can give you is to read the manpage of this WinCCU32 utility. Maybe there is another command line option to silence it. And maybe there are more command line option to pass the necessary information to the tool in order to avoid promting you for confirmation. I don't know ...

Steffen

Re: How to Batch a prompt to proceed without user intervention

Posted: 07 Mar 2021 09:27
by Ones_Zeros
Thanks for the direction
So far i cant get no help from Winccu support

I will try to figure it out