diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-18 10:34:49 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-18 10:34:49 +0300 |
commit | d45b2fd2da5183610aef250becd1d32dab46dcae (patch) | |
tree | 64e1eb635cc26bb1891c27fa9c5e5134cf13941d /res/urlopen.bat | |
parent | 210d06a75c300593fb8353d48e9a3cb84fdcb4d1 (diff) |
Windows: Use a batch file to open URLs in browser
Opening via urlopen.bat works under MSYS bash as well. The .bat file is also a place where the user can customize which browser to open.
Diffstat (limited to 'res/urlopen.bat')
-rw-r--r-- | res/urlopen.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/urlopen.bat b/res/urlopen.bat new file mode 100644 index 00000000..82935824 --- /dev/null +++ b/res/urlopen.bat | |||
@@ -0,0 +1,2 @@ | |||
1 | @echo off | ||
2 | start %1 | ||