Answers for "Make a batch file to run some cmd commands"

0

Make a batch file to run some cmd commands

c:
cd c:Program filesIIS Express
start iisexpress /path:"C:FormsAdmin.Site" /port:8088 /clr:v2.0
start http://localhost:8088/default.aspx
pause
Posted by: Guest on February-02-2022

Code answers related to "Make a batch file to run some cmd commands"

Browse Popular Code Answers by Language