This week-end our IT staff changed our network from an NT based server to a win2k server. I edited my ".emacs" file to reflect the changes, using the NT net address format that had been working, but now I don't seem to be able to print. Does any one have any ideas? I have included the print section from my .emacs file. The server named "erp" was the NT server and rsema3-ftpprint is the new server. ;; Set Printer Name ;;(setq ps-printer-name "\\\\rsema3-ftpprint\\HPLJ5000-PS") ;;(setq ps-printer-name "\\\\rsema3-ftpprint\\HPLJ4100") ;;(setq ps-printer-name "\\\\erp\\HPLJ4100") ;;(setq ps-printer-name "C:/PRN") (require 'ps-print) (setq ps-lpr-command "print") ;(setq ps-lpr-switches "\\\\rsema3-ftpprint\\HPLJ4100"); the printer name (setq ps-lpr-switches "\\\\rsema3-ftpprint\\HPLJ5000-ps"); the printer name (setq ps-lpr-buffer "c:\\temp\\psspool.ps") ; a tmp spool file results of net : ************************************************************************ ** Z:\>net view \\rsema3-ftpprint Shared resources at \\rsema3-ftpprint Share name Type Used as Comment ------------------------------------------------------------------------ ------- Canton Fiery X3E Print Canton Fiery X3E HPLJ2200 Print HP LaserJet 2200 HPLJ4100 Print HP LaserJet 4100 Series PCL HPLJ4100-MFFLR Print HPLJ4100-MFFLR HPLJ5000-PCL Print HPLJ5000 Series PCL HPLJ5000-PS Print HPLJ5000 Series PS MinoltaDi251-PCL Print Minolta Di251-PCL MinoltaDi251-PS Print Minolta Di251-PS The command completed successfully. ************************************************************************ *** Robert Correllus