SyntaxFix
Write A Post
Hire A Developer
Questions
This fixes some issues with Blorgbeard's answer (but is untested):
@echo off cd /d "c:\Program files\IIS Express" start "" iisexpress /path:"C:\FormsAdmin.Site" /port:8088 /clr:v2.0 timeout 10 start http://localhost:8088/default.aspx pause