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
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