1

I have a batch file containing something like this

C:\Python27\Scripts\twistd.py -n -y C:\Program Files (x86)\POS\atidps.py pause

How to create scheduled task to run at startup (to all user including non admin), with the command prompt windows always appear, as like when I run the batch script. So it should gonna be like this.

I'm new in Windows system administration things, so any detailed answer will be appreciated, thank you.

adadion
  • 133

1 Answers1

0

I've found better solution. Make twisted application as Windows Service using NSSM.

More detailed 'How To' can be found from this blog post part 2. There are 3 part articles. It is quite useful, rather than make scheduled task.

adadion
  • 133