How to invoke command manager scripts of Microstrategy using Java program without .bat file -


i had created array commands:

string[] commands={"chdir c:\\program files (x86)\\microstrategy\\command manager","cmdmgr -n xyz -u pqr -p lmn -f c:\\users\\administrator\\desktop\\script.scp -o c:\\users\\administrator\\desktop\\myscript.log"}; 

it giving me invalid -n error.

with -n should specify project source name. in developer or project source manager if not sure name correct. if single word without spaces can provide is. if contains spaces has enclosed in double quotes -n "my project source". hth!


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -