How to Batch a prompt to proceed without user intervention

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Ones_Zeros
Posts: 4
Joined: 10 Apr 2016 20:16

How to Batch a prompt to proceed without user intervention

#1 Post by Ones_Zeros » 06 Mar 2021 09:14

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,

aGerman
Expert
Posts: 4654
Joined: 22 Jan 2010 18:01
Location: Germany

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

#2 Post by aGerman » 06 Mar 2021 10:05

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

Ones_Zeros
Posts: 4
Joined: 10 Apr 2016 20:16

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

#3 Post by Ones_Zeros » 07 Mar 2021 09:27

Thanks for the direction
So far i cant get no help from Winccu support

I will try to figure it out

Post Reply