How can we automatic call optimize tab

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Raghu99
Posts: 4
Joined: 07 Jan 2018 06:38

How can we automatic call optimize tab

#1 Post by Raghu99 » 15 Feb 2018 03:38

Hello Exports,

I have to create batch file automate the way to click the optimize tab in applying in below screen, any batch scripts available please let me know.
Attachments
Optmize_Batchfile.PNG
Optmize_Batchfile.PNG (33.24 KiB) Viewed 3762 times

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: How can we automatic call optimize tab

#2 Post by ShadowThief » 15 Feb 2018 03:48

Batch can't interact with GUIs. If Essbase Administration Services has a command line version, you'd have to use that.

Also, right-clicking and then clicking Optimize has the same number of clicks as double-clicking a batch script, so I really have to ask what the point even is.

Aacini
Expert
Posts: 1914
Joined: 06 Dec 2011 22:15
Location: México City, México
Contact:

Re: How can we automatic call optimize tab

#3 Post by Aacini » 15 Feb 2018 09:42

I think you can write a Batch file that do that using my SendMessage.exe auxiliary program, but you must complete a couple tests in order to achieve it, although this should be easy. You may use the InspectMenu.exe program to identify the number of the desired tab option in the menu and then just use SendMessage.exe to activate it.

Antonio

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: How can we automatic call optimize tab

#4 Post by penpen » 15 Feb 2018 12:23

I suspect that you could write an Essbase script file (*.scr) and start that using a batch file to achieve the above; samples:
https://docs.oracle.com/cd/E12825_01/ep ... nescmd.htm.

I am totally unfamiliar with that Software and i haven't found a complete set of those script commands, so i even can't say whether such a script file might be capable of such an interaction or not:
But you should have a documentation (or link to it) delivered with your software.


penpen

Post Reply