Search found 1 match

by SmokingNumbers
20 Jun 2014 12:13
Forum: DOS Batch Forum
Topic: Using VBScript To Control A MS-DOS Program
Replies: 1
Views: 3373

Using VBScript To Control A MS-DOS Program

Using a VBScript (just an example) something like result = MsgBox ("Would you like to install the AntrixAPI?", vbYesNo, "Installing AntrixAPI") Select Case result Case vbYes MsgBox("The API will be installed.") Case vbNo MsgBox("The API will not be install.") ...