How to close cmd automatically after running batch file

Viewed 59

Below is the batch file template I am using, but after execution the command prompt is not closing automatically. I have tried Exit\B, Start and few more but the command prompt is still left open.

@echo off
"Python path" "File path" /*
PAUSE
0 Answers
Related