Torrent Hash - Hash of all existing torrents
Please, pay attention to the fact that you are about to download the torrent NOT from torhash.net
torhash.net is just a torrent search engine, no torrents are hosted here.

PowerShell 1 0 Complete (with doc) 3670351 TPB

Infohash:

E7B82AEFF71F06AE24BD76970A1A3F850EE5C241

Type:

Applications

Title:

PowerShell 1.0 Complete (with doc)

Category:

Applications/Windows

Uploaded:

2007-04-22 (by yannis032)

Description:

Microsoft Command Shell Monad (msh), a powerful shell scripting environment for Vista has been formally renamed as Windows PowerShell. They have even changed the name of the shell program msh.exe with PowerShell.exe while the new file extension is .ps1 For those not familiar, Monad or Windows Powershell is powerful command line shell (like CMD.exe or BASH, KSH, CSH) plus a scripting language (like Perl, SED, AWK) with one major difference - contrary to cmd.exe and Unix/Linux shells, Monad operates on objects, not text when passing data between scripts and executables. Here are some practical examples of using the Monad Shell vs Korn Shell: Example 1: Change the case of a string from lower to upper ksh: $ echo "this is a string" | tr [:lower:] [:upper:] MSH> "this is a string".ToUpper() Example 2: To stop all processes that begin with the letter "p" ksh: $ ps -e | grep " p" | awk '{ print $1 }' | xargs kill MSH> get-process p* | stop-process Example 3: Insert string "ABC" after the first character in the word "string" ksh: $ echo "string" | sed "s|(.)(.*)|1ABC2|" MSH> "string".Insert(1,"ABC") Windows Powershell supports Windows Server 2003, Windows Vista and Windows XP Operating systems but requires the .NET Framework Version 2.0 Redistributable Package preinstalled. PS won't be shipped with Vista or Windows Server 2007 but it will debut with Exchange 12

Files count:

7

Size:

9.39 Mb

Trackers:

udp://tracker.openbittorrent.com:80
udp://open.demonii.com:1337
udp://tracker.coppersurfer.tk:6969
udp://exodus.desync.com:6969

Comments:

Emystein (2008-05-26)

Works great. Thanks!

cristinel213 (2012-06-03)

Windows PowerShell