Skip to content

Instantly share code, notes, and snippets.

@achudars
Created October 31, 2013 16:19
Show Gist options
  • Save achudars/7252519 to your computer and use it in GitHub Desktop.
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
@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