Just Copy and paste to notepad

Please just copy the below text and paste into notepad after that save it as name.bat. Make sure extension should be “.bat” without quotes

echo.>index.html
echo.>about_us.html
echo.>contact_us.html
md styles
cd styles
echo.>custom.css
cd..
md script
cd script
echo.>custom.js

If you getting any problem doing this watch our video instructions.

How to use batch file in dev environment in windows

Leave a Reply

Your email address will not be published.