Hi, I tried to write my own popup client similar to linpopup. Which file does %s in the message command point to?? To test it I tried to read from the file using following c program. I included following line in smb.conf message command = /bin/sh -c '/home/ganga/messg %s; rm %s' & I am attaching here my c program.