Foo, Steven schrieb: > > I was wondering after you have installed, how do I configure push software? > > I don't read any of that in the documentaion. > > Any help is appreciated. You have several options: - if you have a Windows server, use "psexec" - if you have a UNIX server, use "winexe" - if you have a UNIX server running Samba, you can also use "root preexec" to execute a script when a client connects to a share (and use winexe to trigger starting WPKG); i.e. something like this in the [global] section of smb.conf: root preexec = /root/scripts/add-wpkg-service %I & note that the script has to be intelligent enough not to start itself twice on the same machine. If you need a basic example of such script, let me know. -- Tomasz Chmielewski http://wpkg.org |