konica minolta C6500 os for controller
Collapse
X
-
Sorry, but I don't quite get what you are asking there?
If you are asking about the password recovery file, then it is just a .ps file with Postscript code in it to make the Fiery generate the password onto a print job that is printed out for you to look at. Shouldn't matter what OS you are running, as long as the file gets sent to the correct queue on the Fiery.Please don't ask me for firmware or service manuals as refusal often offends.Comment
-
You could send the password file from a command prompt.
Assuming:
The IP address of the RIP is 192.168.1.100 (fill in your own, of course), the password file is named "password.ps", and is located at the root of C:.
You would type: lpr -S 192.168.1.100 - P direct c:\password.ps -o 1
Note that the "S" and "P" are in upper case, "direct" is in lower case, the "o" is a lower case letter "o", and the last character is a "one".
This should cause the password to print.“I think you should treat good friends like a fine wine. That’s why I keep mine locked up in the basement.” - Tim HawkinsComment
Comment