I need to execute two diferent actions in a batch file but I want the second action only run IF the result of the first action run. It’s possible to order the actions in a batch file? My question is because the second action It will be carried by the first action data so it depends on the success of the first action.
How can I do that in a Batch file?