## Creating a Secure Kiosk Mode for Your Flipbook

To display your flipbook in a professional, full-screen "Kiosk" mode while keeping your source URL hidden, you can package the launch command into a standalone executable (EXE) file. This guide uses **Microsoft Edge**, as it is pre-installed on all modern Windows devices, though similar methods exist for Chrome and Firefox.

---

### Step 1: Generate the Batch (.bat) File

A batch file is a simple script that tells Windows how to open your browser in a specific mode.

1. Visit the Batch File Generator: **[https://rcmediaservices.net/bat/]
2. Enter the URL of your flipbook.
3. Click **Download** to receive your `launch.bat` file.
4. **Test the file:** Double-click `launch.bat`. It may take a moment to pass Windows security checks.
5. If successful, your flipbook should open in full-screen mode with no address bar visible.

> **Note:** To exit Kiosk mode, use the keyboard shortcut **Alt + F4**.

---

### Step 2: Convert the Script to an Executable (.exe)

Converting the batch file to an EXE protects the underlying script and URL from being viewed by users.

1. Download the BAT2EXE utility: **[https://bat2exe.net/]**
2. Create a new, empty folder and place your `launch.bat` file inside it.
3. Open BAT2EXE and point the application to the folder containing launch.bat.
4. Run the conversion to generate your final EXE file.
5. Double-click the new EXE to ensure it launches the flipbook correctly.

----------------------------------

NOTE:  I found this bat compiler a pain in the neck to use, but it works.  For me this was just a test, as I don't build flipbooks.    There are a good number of freeware bat compilers, and which you use is a matter of personal choice.

https://www.snapfiles.com/downloadfind.php?st=bat+file+compiler&action=s&ref=2&search=Find+it&lc=1


---------------------------------
---

### Important Security Information

#### Windows Defender Warnings

Because `.bat` and `.exe` files are executable scripts, Windows Defender or Chrome may flag them as "Dangerous." Users might see a warning stating, "This type of file can harm your computer." To proceed, they must select **Keep** or **Run anyway**.

#### False Positives

The BAT2EXE utility is a legacy tool that occasionally triggers "False Positives" in antivirus software. For a detailed explanation of why this happens and how to manage it, please refer to this Gemini Technical Brief: **[https://gemini.google.com/share/c38d9f85d691]**

Happy Flipbooking ;-)