i plan to use bat script or create an exe too using autoit for this. but the main problem in my pov is about the software version. let say in linux you just type e.g. sudo apt-get install -y apache2 it will get the latest version of apache, if you not explicit tell which version, yet in windows, i think can not, i manually download from website and then put url link on powershell. in linux there is repo that is maintain by the distro, n in windows there is no repo, any ideas or suggestion?
i plan to create the web2py service too like the book said, but i still confuse what is it about : python web2py.py -W install see the help python web2py.py didn't found -W is about. just a suggestion why not create it simple windows service using sc command e.g. tested work sc create "web2py" binpath= "python C:\Users\sugizo\Desktop\web2py\web2py\web2py.py -i 127.0.0.1 -p 8000 -a 'password'" start= auto sc start "web2py" but user can not pick their flavour about those parameters. best regards, stifan > > >>>> >>>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

