echo off echo Setting up environment for Qt usage... set PATH=E:\Qt\5.3\msvc2013\bin;%PATH% cd /D E:\Qt\5.3\msvc2013 echo Remember to call vcvarsall.bat to complete environment setup!