Hi Boris, Thanks for the hint. I managed to use hstart to execute "web2py.exe -a blah -t", so it can basically satisfied my need.
However, because hstart is not fully "free" (please refer to http://www.ntwind.com/software/utilities/hstart/distribution.html ), so I still believe if web2py.exe has a native ability to hide the console window. To Massimo: Don't know whether that is hard for web2py side. Besides, actually what I am doing in recent days, is finding a way to easily build ANY web2py application into a standalone setup.exe for Windows platform, so novice can just install it, run it, and later stop it and uninstall it in the usual way. The setup.exe itself, is based on the famous and free installer named InnoSetup. Right now everything is almost perfect, except that web2py.exe of the end package has a console window by default. Hstart.exe is great and really helps, but users need to get permission for that at first. On Mar22, 12:13pm, Boris Manojlovic <[email protected]> wrote: > Hi Iceberg, > > please try hstart program as it is created just for "problems" like > yours.http://www.ntwind.com/software/utilities/hstart.html > > hope it helps :) > > > > On Sun, Mar 22, 2009 at 4:44 AM, Iceberg <[email protected]> wrote: > > > Hi pals, > > > I am using web2py 's windows distribution. Is there some way to hide > > the console window (a.k.a. the black dos window) in which web2py is > > running? I already know about: > > web2py.exe -a blah -t > > can start web2py in the systray of Microsoft Windows system, but the > > console itself is still there and it is somewhat annoying and > > meaningless to end users. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

