ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

create shortlinks to urls in a folder from a txt file with the url list

<< < (5/12) > >>

Contro:
 :-\

It is hard to find the PowerShell 3.0 download. That is because the only way to get it is to download the Windows Management Framework 3.0. PowerShell 3.0 is part of that.

http://www.microsoft.com/en-us/download/details.aspx?id=34595

It is hard to find the PowerShell 3.0 download. That is because the only way to get it is to download the Windows Management Framework 3.0. PowerShell 3.0 is part of that.

Supported Operating System

Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2

    IMPORTANT: Windows Management Framework 3.0 is not currently compatible with the following applications:
        System Center 2012 Configuration Manager. For more information, see KB 2796086.
        System Center Virtual Machine Manager. For more information, see KB 2795043.
        Microsoft Exchange Server 2007 and Microsoft Exchange Server 2010. For more information, see Windows Management Framework 3.0 on Exchange 2007 and Exchange 2010.
        Microsoft SharePoint 2010. For more information, see Windows PowerShell 3.0 and SharePoint 2010.
        Windows Small Business Server 2008 and Windows Small Business Server 2011. For more information, see Windows Management Framework 3.0 applicability on Windows Small Business Server 2008/2011 Standard.


i have windows 8.1
 :-[

Contro:
I found a lot of entries under windows 8.1

like this one : C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe
It open a new and wonderful programmer environment (i suppose)
 :-*

Contro:
It seems easy. Perhaps i will finish in the weekend
 :Thmbsup:

Nod5:
Given that you have a textfile with one URL per line then this autohotkey script should do the trick. Adjust the paths to what folders you'll use.

--- ---Loop, Read, C:\folder\textfilewithoneURLperline.txt
{
name := StrReplace(A_LoopReadLine,"http://","")
name := StrReplace(name,"https://","")
name := SubStr( RegExReplace(name, "[/<>\?\\:*\|]"," ") , 1, 70)
IniWrite, A_LoopReadLine, C:\urlfolder\%name%.url, InternetShortcut, URL
}

If you use Firefox then maybe FFBookmarkUnpack may be of use to do a one time unpack of all your firefox bookmarks into subfolders with .url files, http://nod5.dcmembers.com/ffbookmarkunpacker.html

Contro:
I am studying now :

http://json.org/
jsonviewer http://jsonviewer.stack.hu/
Scripting with Windows PowerShell

Only for trying not to be only imitate.
I am in the Sancta Sanctorum of the programmer
 :-*

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version