Created
October 31, 2013 16:19
-
-
Save achudars/7252519 to your computer and use it in GitHub Desktop.
Batch script for Windows to launch Mongoose tiny server and open up the browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem 1 | |
start http://127.0.0.1:8080/ | |
rem 2 | |
cd C:\Documents and Settings\user\Desktop | |
start mongoose-3.1.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment