% Verify and/or change a LaserWriter's system password. % The following code would also work on a Linotronic but not on a % PrintServer 40 (which uses a string instead of an integer). 72 72 translate 0 0 moveto /Times-Roman findfont 10 scalefont setfont 0 % current system password? serverdict begin statusdict begin checkpassword { (Password correct. ) show } { (Password incorrect! ) show } ifelse % uncomment to change the password to 999999 (use some other large number!) % 0 999999 setpassword % { (Password changed.) show } % { (Password NOT changed!) show } % ifelse end showpage