klho
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Running Python to kick off a batch job works fine with Pycharm but not with Microsoft Task Scheduler
I have a piece of code that kicks off a command line batch job from Python. The code snippet is as follows: run_batch = r'C:\Users\username\Downloads\download'os.system(run_batch) This works when...