Created
December 12, 2022 11:15
-
-
Save Tcip/0179401bc6df54d6419d174701b126dd to your computer and use it in GitHub Desktop.
Create a InternetShortcut (.url) file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM Create a InternetShortcut (.url) | |
echo [InternetShortcut] > "Example.com.url" | |
echo URL=https://example.com >> "Example.com.url" | |
REM Example.com.url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also
Create a InternetShortcut (.url) file.you are here