The bat files are in your course folder:
c:\Users\2810j\OneDrive\Desktop\course
- Open File Explorer (Windows key + E)
- Navigate to:
c:\Users\2810j\OneDrive\Desktop\course - Find the file: EASY-SETUP.bat
- Double-click on it
- A black window will open - follow the instructions!
- Find EASY-SETUP.bat in File Explorer
- Right-click on it
- Click "Open" or "Run"
- Press Windows key + R
- Type:
cmd - Press Enter
- Type:
cd c:\Users\2810j\OneDrive\Desktop\course - Press Enter
- Type:
EASY-SETUP.bat - Press Enter
What it looks like:
📁 course folder
📄 EASY-SETUP.bat ← Double-click this!
📄 PUSH-TO-GITHUB.bat
📄 index.html
📄 landing.html
📁 css
📁 js
... (other files)
What happens:
- Black window opens
- Shows menu with email options:
Select your email: 1. Use: 2810j@example.com 2. Use: jay@example.com 3. Use: your.email@gmail.com 4. Enter custom email - Type 1, 2, 3, or 4 and press Enter
- It will configure Git and commit your files
- Browser opens to GitHub
- Window stays open with instructions
In the browser that just opened:
- You'll see "Create a new repository" page
- Fill in:
- Repository name:
uav-course - Description: (optional) UAV Design Course
- Public ← Make sure this is selected!
- DO NOT check "Add a README file"
- Repository name:
- Click green "Create repository" button
Back in File Explorer:
- Find PUSH-TO-GITHUB.bat
- Double-click it
- Black window opens
- Type your GitHub username
- Press Enter
- It will push your files to GitHub
- Browser opens to your repository
In the browser:
- Click "Settings" tab (top of page)
- Scroll down left sidebar
- Click "Pages"
- Under "Source":
- Select "main" from dropdown
- Keep "/ (root)" selected
- Click "Save"
- Wait 2-3 minutes
- Refresh page - you'll see a green box with your URL!
1. Open File Explorer
[Windows Key] + [E]
2. Navigate to Desktop
This PC → Desktop → course
3. You'll see these files:
📄 EASY-SETUP.bat ← Run this FIRST
📄 PUSH-TO-GITHUB.bat ← Run this SECOND
📄 index.html
📄 landing.html
📁 css
📁 js
[File Explorer Window]
┌─────────────────────────────────────┐
│ course │
├─────────────────────────────────────┤
│ 📄 EASY-SETUP.bat ← Double-click! │
│ 📄 PUSH-TO-GITHUB.bat │
│ 📄 index.html │
│ 📄 landing.html │
│ 📁 css │
│ 📁 js │
└─────────────────────────────────────┘
↓ Double-click
[Black Command Window Opens]
┌─────────────────────────────────────┐
│ UAV COURSE - GITHUB SETUP │
│ │
│ Select your email: │
│ 1. Use: 2810j@example.com │
│ 2. Use: jay@example.com │
│ 3. Use: your.email@gmail.com │
│ 4. Enter custom email │
│ │
│ Enter your choice (1-4): _ │
└─────────────────────────────────────┘
- Try right-click → "Run as administrator"
- Or use Command Prompt method
- The bat file has
pausecommands, so it should stay open - If it closes, there might be an error
- Try running from Command Prompt to see errors
- Git is already installed (we checked)
- Try restarting your computer
- Or run from Command Prompt
- Right-click the bat file
- Select "Run as administrator"
Just do this:
-
Double-click:
EASY-SETUP.bat- Select email option
- Wait for it to finish
-
Create repository on GitHub
- Name:
uav-course - Public
- Create
- Name:
-
Double-click:
PUSH-TO-GITHUB.bat- Enter your GitHub username
- Wait for it to finish
-
Enable Pages on GitHub
- Settings → Pages
- Source: main
- Save
Done! Your course is live! 🎉
After completing all steps, your course will be at:
https://YOUR-USERNAME.github.io/uav-course/landing.html
Replace YOUR-USERNAME with your actual GitHub username.
- Keep the black windows open until they say "Press any key"
- Read the messages in the windows
- If something goes wrong, the window will tell you
- You can run the bat files multiple times if needed
Need more help? All the files are in:
c:\Users\2810j\OneDrive\Desktop\course
Just double-click EASY-SETUP.bat to start! 🚀