Source distribution: >From the main web2py folder python web2py.py -S app -M -N -R path/to/myscript.py -A a b c
Binary distribution (windows): web2py.exe -S app -M -N -R path/to/myscript.py -A a b c myscript.py can be anywhere as long as path/to is its absolute path or relative path from the place where you are. On Saturday, 30 June 2012 03:21:38 UTC-5, mehta wrote: > > Hi Group, > > Homemade Task Queues specifies that we make a .py file and run the following > command. > > python web2py.py -S app -M -N -R applications/app/private/myscript.py -A a b c > > I am new to web2py and I don't know where the .py file shoul be located and > where and how should I write the above command. > > Thanks > > Harsh Mehta > > >

