Skip to content

Commit 7e753be

Browse files
committed
# ✅ How to Run OpenLinks.cmd on Windows
This guide helps you run the `OpenLinks.cmd` script that opens Java documentation links via Command Prompt on Windows. --- ## 📁 1. Navigate to the Script Folder Open **File Explorer**, go to the folder containing `OpenLinks.cmd`. --- ## ▶️ 2. Run the Script Double-click on `OpenLinks.cmd` to execute it. Alternatively, you can run it from **Command Prompt**: 1. Press `Win + R`, type `cmd`, and press **Enter**. 2. Navigate to the folder: ```cmd cd "C:\Path\To\Your\Script\Folder" ``` 3. Run the script: ```cmd OpenLinks.cmd ``` --- ## 🧠 What the Script Does - Displays a menu to choose between: - `1`: Open the **Java StringBuilder Class (Java SE 8 API)** in your default browser. - `2`: Exit the program. - After opening the link, it returns to the menu unless you choose to exit. --- ## 📌 Notes - Make sure you **allow scripts to run** if prompted by Windows. - Works in **Command Prompt**, not in PowerShell by default. Signed-off-by: Somesh diwan <[email protected]>
1 parent b615642 commit 7e753be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section6StringClassPrinting/OpenLinks.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pushd "%~dp0"
44
:MENU
55
cls
66
echo ============================================================
7-
echo Java - StringBuilder Documentation
7+
echo Java - StringBuilder Documentation Launcher
88
echo ============================================================
99
echo 1. StringBuilder Class (Java SE 8 API)
1010
echo 2. Exit

0 commit comments

Comments
 (0)