Automate Python script using Task Scheduler on Windows
Nov 28, 2022 · 2 min read · STEP 1: Save python script file as .pyw extension #script.pyw your awesome code goes here... STEP 2: Make python script into a batch file **2.1. **Open notepad. Add the following and save it as .bat extension. start "" "path_to_pythonw.exe" "path_t...
Join discussion