"Kent West" <[EMAIL PROTECTED]> writes: > In trying to print to a printer hanging off a Windows box, I find that > the smbprint script has this line: > > > echo "print -" > cat > ) | smbclient "\\\\$server\\$service" -U $password -N -P >> $logfile > > I have been unable to find any documentation that explains what the > option "-P" is for (am I just blind?). Anyone know?
% smbclient --help [snip] -P connect to service as a printer [snip] Gary