Shell Extensions
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\Server]
"Icon"="C:\\Python27\\pythonw.exe"
@="Web Server http://localhost:8888"
[HKEY_CLASSES_ROOT\directory\background\shell\Server\command]
@="cmd /c start chrome http://localhost:8888 && C:\\Python27\\python.exe -m SimpleHTTPServer 8888"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\cmd]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
"Extended"=""
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\directory\background\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shell\Server]
"Icon"="C:\\Python27\\pythonw.exe"
@="Web Server http://localhost:8888"
[HKEY_CLASSES_ROOT\directory\shell\Server\command]
@="cmd /c start chrome http://localhost:8888 && cmd.exe /s /c pushd \"%V\" && C:\\Python27\\python.exe -m SimpleHTTPServer 8888"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shell\cmd]
@="@shell32.dll,-8506"
"NoWorkingDirectory"=""
"Extended"=""
"Icon"="cmd.exe"
[HKEY_CLASSES_ROOT\directory\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""