@echo off



for /r %%i in (*.html) do (
   start notepadpp-starter %%i

)

for /r %%i in (*.htm) do (

   start notepadpp-starter %%i

)

for /r %%i in (*.coffee) do (

   start notepadpp-starter %%i

)

start explorer %cd%


coffee -w -b -c %cd%