This is a simple batch script that automates the opening of daily URLs, making it easier to access frequently visited websites. Currently, the script opens WhatsApp Web in Chrome.
- Download the script file
open_url.bat
. - Double-click the file to run it.
- Ensure that Google Chrome is installed on your system.
@echo off
Title Open_URL Batch Script
echo This is a batch script for opening daily urls
start chrome.exe https://web.whatsapp.com/
- Windows OS
- Google Chrome installed
Feel free to fork the repository and submit a pull request if you'd like to contribute!
This project is licensed under the MIT License - see the LICENSE file for details.