The HTML File Launcher is a specialized PowerShell utility designed to serve as a launchpad for local HTML files. It provides a clean and professional GUI that can list HTML files from a specific directory (or directories), allowing users to open them with a single click. It's particularly useful for organizing collections of local web projects, documentation, or reports.
Built by: Zachary Whiteman & Google Gemini Ai.
This script simplifies the management and access of your local HTML files.
To run this script, you will need:
- Windows Operating System.
- PowerShell 5.1 or newer.
- .NET Framework: Required for the Windows Forms GUI.
- Download: Download the
AAA_HTML_FILE_LAUNCHER_2025-07-12_22-13-24 .PS1script file. - Unblock: Right-click the file, go to Properties, and click
Unblockif the file was downloaded from the internet. - Run: Execute the script from a PowerShell console or by double-clicking it.
".\AAA_HTML_FILE_LAUNCHER_2025-07-12_22-13-24 .PS1"
The application provides a list view of HTML files.
- Launch: Run the script. It will scan its pre-configured source folders (or the current directory) for
.htmlfiles. - View: The files are displayed in a list with details like "Date Modified" and "Author" (if available in metadata).
- Open: Double-click any file in the list to open it in your default web browser.
- Manage: Use the "File" menu to add or remove folders to scan. Use the "View" menu to change how the files are grouped or sorted.
- Instant Startup: Optimized for quick loading and immediate usability.
- Multi-Folder Support: Can aggregate files from multiple different directories into a single view.
- Metadata Awareness: Checks for accompanying
.meta.jsonfiles to display extra information like Author and Version. - Dashboard Generation: Includes a tool to generate a "Dashboard" HTML page that provides a visual index of all your files.
- Navigation Injection: Automatically injects a small "Back" button overlay into opened HTML files to easily return to the launcher (optional/configurable).
- Scripting Language: PowerShell 5.1+
- GUI Framework: .NET Windows Forms (WinForms).
- File Handling: Standard PowerShell
Get-ChildItemfor scanning.
- Local File Access: The script scans local directories.
- Content Modification: When launching a file, the script may temporarily modify it to inject navigation aids. This is designed to be non-destructive but modifies the file content in memory or on disk depending on the specific implementation version.
Distributed under the MIT License. See LICENSE.txt for more information.
Zach Whiteman - elitesoftwarecolimited@gmail.com
HuggingFace - https://huggingface.co/EliteSoftware
HuggingFace (Personal) - https://huggingface.co/TheShadyRainbow
LinkTree - https://linktr.ee/zachrainbow