This program actually consist of two parts. i.e 1) Visual Basic Part 2) and a batch file Visual Basic Part: Create form as show in the figure. CODE: Private Sub Command1_Click() If Option1.Value = True Then Shell ("c:\man.bat 4") ElseIf Option2.Value = True Then Shell ("c:\man.bat 3") End If End Sub Batch Program: Create a text file and rename to man.bat and place it in C drive the file will ...