Skip to content

Instantly share code, notes, and snippets.

@aladine
Created September 28, 2015 01:51
Show Gist options
  • Save aladine/c3852d8a10b04accefa3 to your computer and use it in GitHub Desktop.
Save aladine/c3852d8a10b04accefa3 to your computer and use it in GitHub Desktop.
Start to run localhost from any folder
@echo off
TITLE Open a folder and start localhost
D:
cd "D:\Source codes"
python -m SimpleHTTPServer
::python -m SimpleHTTPServer -p 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment