Physical Button press to kick off bat file. I'm new today Fri Apr 20 2018

OK, I assume you want to run this batch file from a DOS command line.

You could use a Sparkfun Pro Micro connected as a keyboard to the USB port on the PC, and the button connected (maybe via an optoisolator if it's a long cable run) to a digital input pin. A simple sketch to debounce the button, and then send the command string "c:\BounceVips.bat\r" to the keyboard USB. Note the escaping of the backslash, and the Return.

You might want to do a timeout so that if someone repeatedly presses the button, it doesn't generate a whole slew of commands - maybe 1 a minute, or 1 every 5 minutes max.