How to prompt for variable in a batch file? January 9, 2009 // 0 Comments For those that wanted to prompt users for information on their batch script, here is how you can do this. @echo off echo [...]