Hi, > I want to print a document file by smbclient command. Can you > give me an > example to print a text file directly by smbclient command ? smbclient //printserv/myprinter -c "print myfile.txt" Maybe you have to add the option "-U user" if you use a different account. Dirk