Hi all,
I am writing a program to automate some Dimensions tasks.
I am trying to make a text file with the commands I need, then my program will call a batch that calls dmcli and pass the file as a parameter to it ( dmcil .... -file filename.txt )
How can I know if each command in the file succeeded or failed ? (i.e. Is there a way to get the return value/ status of the execution of each command)