How to run multiple commands in a batch file?
问题 I am having the below commands in a batch file. While i try to run it using Execute action in Finalbuilder project, 1st command alone was run. So, i planned to have each commands in various batch files. Could anyone please help me to run all the commands in a single batch file run with the delay (if required)? Commands: dnvm list dnvm install 1.0.0-beta8 dnvm use 1.0.0-beta8 –p dnvm -Args alias default 1.0.0-beta8 Also i am getting the below error when run the last command through batch file