Use the start command to prevent the batch file from waiting for the program.
(使用start命令来防止批处理文件等待程序。)
Just remember to put a empty double quote in front of the program you want to run after "Start". (只需记住在“启动”之后要运行的程序前面加一个空的双引号即可。)
For example, if you want to run Visual Studio 2012 from a batch command: (例如,如果要从批处理命令运行Visual Studio 2012:)
Start "" "C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe"
notice the double quote after start.
(注意启动后的双引号。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…