edit-task
Home
Up
Delete
Task Name:
Task Description:
5290 working with bookmark files, .url file
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">CREATE-article# #</h1> <h2>[WHAT]</h2> <ol> <li>]</li> </ol> <h2>[WHY]</h2> <ol> <li>] convert ie bookmarks(aka .url file) into 'db entry' aka location ?</li> <li>] convert ie bookmarks into chrome bookmarks format</li> <li>] convert ie bookmarks into firefox bookmarks format</li> <li>] combine bookmarks into single file with additional properties (like ... ) * currently have 'content file' + file properties (date added, folder, last accessed, size, ... )</li> </ol> <h2>[WHY NOT]</h2> <ol> <li>]</li> </ol> <h2>[WHERE]</h2> <ol> <li>]</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] used powershell to combine 2 uri files</li> <li>]</li> </ol> <h2>[HOW-TO]</h2> <ol> <li>] launch ps</li> <li>] cd 'favorites' or ??</li> <li>] create new 'combined-files' file</li> <li>]</li> </ol> <p> </p> <hr /><ol> <li>] get list of files in directory (array) // $files = GetChildItem {dir}, $i=0;</li> <li>] iterate array and perform ops on each file ( run script file, script = multiple successive commands )</li> <li>// For Each x in $files, / $files[i].open, file.add(content), file.close, $i++ / next</li> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>BM.ie] <a href="http://stackoverflow.com/questions/16366831/i-need-to-change-the-url-in-some-favorites-links" target="_blank">http://stackoverflow.com/questions/16366831/i-need-to-change-the-url-in-some-favorites-links</a> </li> <li>BM.ie] use powershell to combine files - https://blogs.msdn.microsoft.com/rob/2012/11/21/combining-files-in-powershell/</li> <li>BM.ie] Internet Shortcuts - Windows - <a href="https://msdn.microsoft.com/en-us/library/bb776784(v=vs.85).aspx" target="_blank">https://msdn.microsoft.com/en-us/library/bb776784(v=vs.85).aspx</a> </li> <li>BM.ie] URL properties - <a href="https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.url_properties.aspx" target="_blank">https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.url_properties.aspx</a> </li> <li>] technet powershell - <a href="https://technet.microsoft.com/en-us/library/hh848793.aspx" target="_blank">https://technet.microsoft.com/en-us/library/hh848793.aspx</a> </li> <li>***</li> <li>] powershell</li> <li>] bash vs sh</li> </ol>