The .library-ms files in application data\microsoft\windows\libraries are apparently XML. I copied Documents.library-ms to Documents.xml. It's first line is
When I try to open it, I get
Should it work?
Ultimately I'd like to count these: <simpleLocation> and for each one get this: <url>.
Code:
<?xml version="1.0" encoding="UTF-8"?>
Code:
c:\users\vefatica\application data\microsoft\windows\libraries> echo %@xmlopen[Documents.xml]
0
Ultimately I'd like to count these: <simpleLocation> and for each one get this: <url>.