#Launch
####...for when Windows Task Schedular just refuses to run a Python script
-
Using Visual Studio 2008 or later, compile Module1.vb to an exe (Launch.exe)
-
Edit the Launch.cfg file to call a Batch file
d:\py_djm\DAILY.BAT
3. Edit the Batch file (e.g. DAILY.BAT) to call a Python script
start C:\Python27\Python.exe D:\py\_djm\daily_python_tasks.py