KBN.bat

Checking Update[' description on Microsoft Knowledge Base

by Chinggis Tenger

JavaScript

@echo off
color a
rem KBN.bat
rem Can be more effectively (more quickly) used in a command-line environment without prompting for user input instead taking the input on the command line as a parameter following the actual command
rem Non-interactive version without the line below
rem set /p number="KB Number: "
rem Where $1 is the first paramater's argument, that's the input
start firefox https://support.microsoft.com/en-us/kb/$1