Skip to content

miditaur/autocreate.bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

autocreate.bat

Automatically create a basic website structure using Windows Batch Script

πŸ”§ Description

This autocreate.bat script allows you to automatically generate a basic structure for a website, including:

  • assets/css, assets/js, assets/img folders
  • index.html base HTML file
  • reset.css, normalize.css, style.css styles
  • app.js empty JavaScript file
  • OpenGraph / Twitter Card metadata

πŸ›  Purpose

Ideal for:

  • starting new web projects
  • quickly deploying a framework without manually preparing files
  • educational purposes (learning HTML/CSS/JS framework)

πŸ“‚ Framework after launch

project-root/
β”‚
β”œβ”€β”€ autocreate.bat
β”œβ”€β”€ index.html
└── assets/
    β”œβ”€β”€ css/
    β”‚   β”œβ”€β”€ reset.css
    β”‚   β”œβ”€β”€ normalize.css
    β”‚   └── style.css
    β”œβ”€β”€ js/
    β”‚   └── app.js
    └── img/

▢️ How to use

  1. Copy the autocreate.bat file to the desired directory.
  2. Double-click or run it in the command line: cmd autocreate.bat The result will be a complete site structure with basic content.

⚠️ Make sure that the system supports UTF-8 encoding (the script performs chcp 65001).

πŸ–‹οΈ Settings

You can change the title and description variables in the script: set title=Site_name set description=Site_description

πŸ§‘β€πŸ’» Author

Cherniievskyi Yurii πŸ”— https://chyw.pp.ua

πŸ“ License

This project is licensed under the MIT License. You are free to use, modify, and distribute it.

πŸ“… Metadata

Version: 1.0 Date of creation: March 20, 2024 Last modified: August 7, 2025

About

Automatically create a basic website structure using Windows Batch Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published