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