i want to run this code to rebuild my project every X minutes
devenv /rebuild Debug "C:\inetpub\wwwroot\myProject\Project.sln"
Now i can run this command only in Developer Command Prompt for VS2012, my question is, can i create .bat file to run this through Developer command prompt, if yes, what is the code lines that i need to write in .bat file?