cancel
Showing results for 
Search instead for 
Did you mean: 

script

Former Member
0 Kudos

Hello,

i have to write small batch file to run some commands on dbmcli.

i have written following command in my windows batch file

dbmcli -d SCC -u <username>,<password>

hence it is connected to dbmcli now i want to execute some commands but it is not executing.

echo off

$dbmcli -d SCC -u superdba,permit123

show version

auto_extend on

above is the code i have written in my batch file n i have to write commands to add data volume and log volume.

Please guide me as soon as possible so that all the commands can be executed on command prompt using batch file

Regards,

AK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you execute your script in CMD prompt then it should show errors or add error logging to your script.