Binary Shift Operator (lsh oder rsh)
hallo,
are there in binary shift operator in powershell (like "<<" oder ">>" in perl) ?
thanks
are there in binary shift operator in powershell (like "<<" oder ">>" in perl) ?
thanks
powershell doesn't support these operators. now, being said, can embed c# code , create appearance powershell can handle it.
there doesn't appear .net class either, have been easy call powershell.
i'm not experienced c#, give go.
i assume you're using powershell v1? v2 makes adding embedded c# *so* easier.
there doesn't appear .net class either, have been easy call powershell.
i'm not experienced c#, give go.
i assume you're using powershell v1? v2 makes adding embedded c# *so* easier.
Windows Server > Windows PowerShell
Comments
Post a Comment