Created
September 28, 2015 01:51
-
-
Save aladine/c3852d8a10b04accefa3 to your computer and use it in GitHub Desktop.
Start to run localhost from any folder
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 | |
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