Hello! Is there a way to get the IP/name of comp of a users who just sent a printob? I know tha i could use netstat or something, but it should be automatically. The reason is because i have a faxserver, and i want to send a netsend message to a users which printjob just got done successfully. Maybe u can help me or u might have better idea!? Spiekey -------------- next part -------------- HTML attachment scrubbed and removed
> > is there a way how i can execute a script. > E.g. I can use > dircetory = /home/%I > > but > mkdir /%I > won?t work (of course!!) > > is there a way i can make it possible to execute something, like mkdir /%IRead about preexec and postexec parameters. eg: preexec = mkdir /home/%I postexec = rm -rf /home/%I There is a lot stuff in the book that comes with samba. Joel