Created
December 12, 2022 11:27
-
-
Save Tcip/bbe982ebe23459110e3c9eafd5eea8cc to your computer and use it in GitHub Desktop.
Create a InternetShortcut (.url) file. URL with spaces.
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/hello world" >> "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. URL with spaces.you are here