Re: Parsing properties in Link- and Internet Shortcut files -- SOLVED for Windows 10 -- Added remarks

2021-02-12 Thread R.H. via use-livecode
Hi there Windows 10: The .bat file is required for those .url files that do not give you a text when opening (and that was the problem). Some of the .url files can also simply be read using this sample script. (And these specific files cannot be read with the .bat file as I seem to recognize.

Re: Parsing properties in Link- and Internet Shortcut files -- SOLVED for Windows 10

2021-02-12 Thread R.H. via use-livecode
Tested on Windows 10: I now found and tested the batch file script that works now: Create a batch file, for example "GetURL.bat" Edit the file with a text editor (Notepad++ or whatever) Put the following script into this file: :: START OF SCRIPT -- comment line @echo off setlocal