HP DesignJet Z6600 System Administrator s Guide - Page 40

cscript.exe HP_DJ_UPD_install.vbs HP_T1500_B2_corridor c:\DJ_UPD_PS3_driver

Page 40 highlights

HP DJ UPD SAG 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 40

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40

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