-C -R know funcationality

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

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

-C -R know funcationality

#1 Post by Raghu99 » 08 Jan 2018 04:22

Hi,

I am new to Windows commands, can you please let me know the details of below command.

CALL C:\Oracle\Middleware\EPMSystem11R1\products\Foundation\BPMA\EPMABatchClient\batch -C"C:\DopCube.txt" -R"C:\ImportLogs\DopLog.txt" -LOn -STrue -Uadmin -Ppassword

Thanks for your help!

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

Re: -C -R know funcationality

#2 Post by aGerman » 08 Jan 2018 07:43

At least I can't answer your question.
The developers of a specific program decide if a program accepts command line parameters, and if command line parameters are supported they also decide what parameters they support and what meaning they have.
What I'm trying to tell you is that options -C and -R will have a complete different meaning for different programs.

Since we don't even know what program you're talking about your best bet is to search on their homepage for the command line reference for this specific tool.

Steffen

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

Re: -C -R know funcationality

#3 Post by penpen » 08 Jan 2018 13:49

I found the EPMA Batch client command line arguments explained in epma_batch_user.pdf on page no 8f:
* "-C": "Specifies the name of the script file to execute."
* "-R": "Specifies the name of the file to write the results to on your machine."

penpen

Raghu99
Posts: 4
Joined: 07 Jan 2018 06:38

Re: -C -R know funcationality

#4 Post by Raghu99 » 09 Jan 2018 09:11

Thank you for your quick reply it's very helpful

SIMMS7400
Posts: 546
Joined: 07 Jan 2016 07:47

Re: -C -R know funcationality

#5 Post by SIMMS7400 » 09 Jan 2018 10:56

I work with Oracle utilities daily - please let me know if you need help with anything.

With EPMA, you'll also need to know where your import profile are located, especially if Foundation and Essbase sit on different servers.

Post Reply