Bat Execute Script
Using Bat File to Execute Script
Configure your Bat file as follows to execute your script:
1
2
3
@pause
@py.exe D:/Users/Me/Documents/example.py %*
@pause
This post is licensed under CC BY 4.0 by the author.
Configure your Bat file as follows to execute your script:
1
2
3
@pause
@py.exe D:/Users/Me/Documents/example.py %*
@pause