I haven't tried this, but I imagine the following would work:
For each appdir, edit NTService.py and customize appWorkPath, webwarePath, serviceName and serviceDisplayName as appropriate.
Then register a service for each app with
c:\appdir_1>python NTService.py --startup auto install c:\appdir_2>python NTService.py --startup auto install ... c:\appdir_n>python NTService.py --startup auto install
it works! :)
for the record i edited the following lines from NTService.py:
appWorkPath = 'd:/WK/deelan-com' webwarePath = 'C:/Python/Lib/site-packages/Webware' serviceDisplayName = serviceName = 'WebKit (deelan.com)'
# add "lib" folder to path sys.path.append(appWorkPath + '/lib')
thank you very much.
later, deelan
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss