Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tcip/33a0cc3d5d89255de57f5feaa9cdeeb1 to your computer and use it in GitHub Desktop.
Save Tcip/33a0cc3d5d89255de57f5feaa9cdeeb1 to your computer and use it in GitHub Desktop.
Create a InternetShortcut (.url) file. Variable method. And URL with spaces.
@echo off
REM Create a InternetShortcut (.url)
SET _name="Example.com"
SET "_website=https://example.com/hello world"
echo [InternetShortcut] > "%_name%.url"
echo URL=%_website% >> "%_name%.url"
REM Example.com.url