HP Designjet Universal Print Driver - System Administrator's Guide

HP DJ UPD SAG
40
wscript.echo "Usage:"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs PortHost [path]"
wscript.echo "Arguments:"
wscript.echo " PortHost - The Printer IP address, path to the .prn file or hostname"
wscript.echo " [path] - The installation files path"
wscript.echo " /? - Display this help message"
wscript.echo "Examples:"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs 16.23.13.29"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs HP_T1500_B2_corridor"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs c:\myfolder\myfile.prn"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs 16.23.13.29 c:\DJ_UPD_HPGL2_driver"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs HP_T1500_B2_corridor c:\DJ_UPD_PS3_driver"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs c:\myfolder\myfile.prn c:\DJ_UPD_PS3_driver"
wscript.echo " cscript.exe HP_DJ_UPD_install.vbs /?"
wscript.quit(1)
end sub