dmcli - basics

Discussion posted 3/6/08 by George Bonvanie

Details:


rickstag

How do I get the dimensions cli to execute the second line of my batch script. First line logs in, second line performs FBI command. I execute the .bat file from a dos window but it never executes the second line of the bat file but displays the dimensions> cli prompt in the dos window.

First line does get me logged in where xxxx is appropriate values.
dmcli -con xxxx -user dmsys -pass xxxx -host xxxx -dbname xxxx -dsn xxxx

Second line in script does not execute but Dimensions> prompt show.
FBI "TRAINS:BASELINE_3" /USER_DIRECTORY="C:\dimension\baselineGetDir"


Posted 8/23/2007 2:39 PM  


nyhjem

You can either execute this as a single line from your batchfile, extending your dmcli line with -cmd and then the FBI command.
Or you can put the FBI and subsequent commands in a seperate file, and use the -file <filename> option.


Posted 8/23/2007 6:35 PM  


rickstag

Thank you very much.

Posted 8/24/2007 1:04 PM  


 
1 person has
this question
+1
Reply