All Questions
1 question
0
votes
1
answer
789
views
convert batch file to python script using sys and subprocess
first i use python api from some program,and to can i do that i create .bat file with the paths and calls.
but i want to convert this .bat file(with paths and calls) to python script using sys.paths ...