Is it possible to create a batch file to reboot network printers on the network?
Can you even send commands to a printer via batch?
Thanks,
Batch file or vbscript to reboot printers on network?
Moderator: DosItHelp
Re: Batch file or vbscript to reboot printers on network?
I have no direct experience with network printers but you would either need to log in via a HTTP interface and supply credentials to access the system - or you may be able to telnet into the printer and supply credentials and possibly reboot it using commands. The telnet option could be scripted with a scriptable third party telnet program.
Re: Batch file or vbscript to reboot printers on network?
Been a while since I have seen a network printer with telnet access. Probably close to 10 years and that was on an older style printer that we still had in the school district.
Re: Batch file or vbscript to reboot printers on network?
That could be the sticking point. As I said, I don't deal with them really - but some modems still have telnet access so it could be that some printers do too.
Re: Batch file or vbscript to reboot printers on network?
You may use a VBS or JScript (preferred when using with batch files), to send http requests,
so scripted controlling via http interface is possible, too.
Here is an example to retrieve an html page, web authentication is commented out, just remove the ' characters in those lines:
http://www.activexperts.com/activsocket/howto/http/vbscript/
penpen
so scripted controlling via http interface is possible, too.
Here is an example to retrieve an html page, web authentication is commented out, just remove the ' characters in those lines:
http://www.activexperts.com/activsocket/howto/http/vbscript/
penpen