Hello everybody,

I am getting error code 2 - system cannot find the specified file specified.

I read a lot in forums that i must use printername and not share name. Hence i changed my printername and sharename to be the same.

I am going crazy with setting printer as default. What is wrong in this code ?

Code :-
-------
IF INGROUP("DA Omgevingen")
DELPRINTERCONNECTION ("\\terminal-deakke\Bro-HL1440")
ADDPRINTERCONNECTION ("\\terminal-deakke\Bro-HL1440")
SETDEFAULTPRINTER ("\\terminal-deakke\Bro-HL1440")
? "This is error"+@Error+"-"+@SError
ENDIF

Is this related to 15 character computer name limitation of windows. My servername comes to 16 chars. But for networksharing i am using only 15chars and that works.

Thanks very much in anticipation.