Knowledge Base Article

A Windows VBScript to download NetBackup patch kits.

Hi, hopefully some will find this script useful.  It can be used to download NetBackup patch kits, and dosumentation sets.

Before using, please be sure to read both sections of notes, near the top of the script (just after the version history table).

D.

Example:

 

cd /d D:\Temp

mkdir man8.0

mkdir man3.0

mkdir compatv8

cscript nbu-kits.vbs -both -version man8.0

cscript nbu-kits.vbs -both -version man3.0

cscript nbu-kits.vbs -both -version compatv8

Updated 8 years ago
Version 3.0