Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 785 Bytes

Daily URL Opener

Description

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.

Usage

  1. Download the script file open_url.bat.
  2. Double-click the file to run it.
  3. Ensure that Google Chrome is installed on your system.

Script Contents

@echo off
Title Open_URL Batch Script
echo This is a batch script for opening daily urls

start chrome.exe https://web.whatsapp.com/

Requirements

  • Windows OS
  • Google Chrome installed

Contribution

Feel free to fork the repository and submit a pull request if you'd like to contribute!

License

This project is licensed under the MIT License - see the LICENSE file for details.