In message
<[EMAIL PROTECTED]>,
korean_dave wrote:
> Does anyone know how to properly kick off a script using Windows
> Scheduled Task? The script calls other python modules within itself.
> HERE'S THE CATCH:
> I am used to running the script directly from the command window and
> the print() is v
Hey all. i solved this problem by logging on with my network domain
login (log in using...)
instead of NT AUTHORITY\SYSTEM which only gave out local privleges to
the process started off by Task scheduler.
On Oct 15, 10:36 am, korean_dave <[EMAIL PROTECTED]> wrote:
> Does anyone know how to proper
> Does anyone know how to properly kick off a script using Windows
> Scheduled Task? The script calls other python modules within itself.
> HERE'S THE CATCH:
> I am used to running the script directly from the command window and
> the print() is very handy for us to debug and monitor. When running
Does anyone know how to properly kick off a script using Windows
Scheduled Task? The script calls other python modules within itself.
HERE'S THE CATCH:
I am used to running the script directly from the command window and
the print() is very handy for us to debug and monitor. When running
the task f