Right now I have a website set up that links to scripts on the LAN that allow me to install the many network printers that I manage. Basically it's just a HTML page that, very insecurely, points to a script on another part of the lan that installs it as a TCP/IP printer on the local machine.
<a href="file://server/prnt/HP3200.bat>HP 3200 (room C204)</a>
<a href="file://server/prnt/HP3200.bat>HP 3200 (room C206)</a>
<a href="file://server/prnt/DELL1500.bat>DELL 1500</a>
<a href="file://server/prnt/TOS120.bat>Toshiba 120</a>
Does anyone know how I could make this more secure and efficient? The Linux server also hosts PHP pages so Server Side Scripting would not be an issue. There has to be a better way for the website to manage the many IP's, Names and Drivers of the printers. I would prefer if the website could actually install the printer somehow, instead of showing the ugly DOS window to inexperienced PC users while it grabs the .inf driver file and adds the printer.