hello monks!
I have read the documentation about this module but I register many understanding problems:
1)on my machine the module only work if it is in Win32/service/daemon (??)
2)in the dave roth example in th official page of win32
daemon there are 2 examples: the first to install a service: can I install another script as a daemon with this script? The second is a skeleton prototype of a service: there is a place commented that tell insert here the main code: I have tried to insert a stupid test code like:
sleep 5; system 'net send Administrator HELLO!';
but the skeleton code then stop the service. Why?
May be I need 2 scripts? the first with the control of the state + the main code and a second to install the service?
In any case when the Daemon tell me that the service is started succesfully I can't start it for reasons of timely or log on (it not accept my admin usr\pwd!)
any example or suggestion(coming back to the field?)?
greetings from sweet-sunny roma
lor*