R
Ray
I have a text file containing entries like these:
Linux Journal
[InternetShortcut]
URL=http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
Urban Legends Reference Pages
[InternetShortcut]
URL=http://209.176.31.25/snopes/
I would like to convert these entries to individual Favorites for use
in Internet Explorer. I think I already have the format correct; all I
need is to extract the first line and use it as the name of the file.
For example, the file with this name:
Linux Journal.url
would have these contents:
[InternetShortcut]
URL=http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
and would function as a Favorite when clicked.
If this format is not ideal, I could use Word or Excel to convert it to
some other format as needed. For instance, the foregoing examples
could look like this:
Linux
Journal*http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
Urban Legends Reference Pages*http://209.176.31.25/snopes/
with an asterisk separating filename from URL on each line of a
spreadsheet or text file.
In other words, how can I create individual URL files from a series of
lines of text, each of which contains the information pertinent to a
single Favorite?
Thanks in advance for any ideas.
Linux Journal
[InternetShortcut]
URL=http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
Urban Legends Reference Pages
[InternetShortcut]
URL=http://209.176.31.25/snopes/
I would like to convert these entries to individual Favorites for use
in Internet Explorer. I think I already have the format correct; all I
need is to extract the first line and use it as the name of the file.
For example, the file with this name:
Linux Journal.url
would have these contents:
[InternetShortcut]
URL=http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
and would function as a Favorite when clicked.
If this format is not ideal, I could use Word or Excel to convert it to
some other format as needed. For instance, the foregoing examples
could look like this:
Linux
Journal*http://207.178.22.52/cgi-bin/frames.pl/lj-issues/issue52/2999.html
Urban Legends Reference Pages*http://209.176.31.25/snopes/
with an asterisk separating filename from URL on each line of a
spreadsheet or text file.
In other words, how can I create individual URL files from a series of
lines of text, each of which contains the information pertinent to a
single Favorite?
Thanks in advance for any ideas.