bat file which create template of html files:
- simple - simple empty html file with ะกSS and JS files binding
- bts - empty html file with Bootstrap and jQuery libraries binding
- bts-fill - html file filled with a Bootstrap template
- bts-4 - html file filled with a Bootstrap 4 template
- font - html file with Bootstrap and jQuery libraries binding and with Google font style
- data-aos - html file with Bootstrap, jQuery and data-aos libraries binding
Install the _html.bat
on the desktop and hide it, but firstly open it change the path to your templates
...
set htmlcreator=TemplatesPath\%2.html
... ^
Once you have successfully specified the path to your templates, all you need to do is:
- ะกreate a folder (no matter where)
- Copy the address bar of the created folder (don't forget to write it inside quotation marks)
- Open a command prompt on the desktop
- Enter the following command below
C:\Users\User\Desktop> _html "C:\CreatedFolderPath" simple
_html
- first argument, which mean that you are running the bat fileC:\CreatedFolderPath
- second arg., path to the folder where you want to initialize the template of html filesimple
- third arg., version of the template you want to use
Have a nice work!