Search notes:

url.bat: Open an URL from cmd.exe

Using rundll32.exe, it's possible to open an URL in cmd.exe.
The following script, url.bat, does exactly that.
@c:\windows\system32\cmd.exe /c (rundll32 url.dll,FileProtocolHandler ^"%1^")
Github repository scripts-and-utilities, path: /url.bat

See also

get.vbs allows to GET a HTTP ressource from cmd.exe and print it to the console.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1741096719, '3.142.252.147', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Windows/System32/rundll32_exe/url_bat(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78