Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.69 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. regsvr32 charge.OCX /u /s
  2. regsvr32 Debit.ocx /u /s
  3. regsvr32 Device.ocx /u /s
  4. regsvr32 GiftCard.ocx /u /s
  5. regsvr32 Sc5X.ocx /u /s
  6. "\\usfserver\IT\BL10\OCXUpdatesWinXP.exe" /auto C:\ocxtemp
  7. move /Y C:\ocxtemp\charge.OCX C:\windows\system32\charge.OCX
  8. move /Y C:\ocxtemp\Debit.ocx C:\windows\system32\Debit.ocx
  9. move /Y C:\ocxtemp\Device.ocx C:\windows\system32\Device.ocx
  10. move /Y C:\ocxtemp\GiftCard.ocx C:\windows\system32\GiftCard.ocx
  11. move /Y C:\ocxtemp\Sc5X.ocx C:\windows\system32\Sc5X.ocx
  12. del /S /Q C:\ocxtemp
  13. regsvr32 charge.OCX /s
  14. regsvr32 Debit.ocx /s
  15. regsvr32 Device.ocx /s
  16. regsvr32 GiftCard.ocx /s
  17. regsvr32 Sc5X.ocx /s
  18. echo msgbox"OCX installation complete.">a.vbs&a.vbs&del a.vbs