@echo off
Python exe path Python Script.py
pause
This is my batch file, But the error is that my Script.py reads data from a CSV file. How can I encounter that in my batch file?
@echo off
Python exe path Python Script.py
pause
This is my batch file, But the error is that my Script.py reads data from a CSV file. How can I encounter that in my batch file?