Skip to content

A simple batch script to automate the opening of daily URLs, making it easier to access frequently visited sites

License

Notifications You must be signed in to change notification settings

gokulappavu/daily-url-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A simple batch script to automate the opening of daily URLs, making it easier to access frequently visited sites

Topics

Resources

License

Stars

Watchers

Forks