Convert internet shorcut links (.url) to html lists, with URL2HTML


URL2HTML is a free command line application that creates a set of link lists in HTML code. The program gets the links from parsing all ‘.URL’ files contained in a directory and its subdirectories. Each list covers a separate directory and is headed by the directory name. The code output is displayed on screen, wherefrom you can select and copy it, or it can be saved automatically in an html file – for example:

Open a DOS-box. Go to a directory containing .url files – e.g. c:\windows\Favorites and type: whatever-path-needed\URL2HTML > links.html

The file links.html is now created and is ready to be used!

The program works fine, but you must be a little familiar with the command prompt mode to use it.