get-Shell | where {$_.pipeline -contains Objects}
Update to get PowerTab working in PowerShell CTP3 (Win7 and W2008R2)
With thanks to Oisin
Greetings /\/\o\/\/
PingBack from http://thepowershellguy.com/blogs/posh/pages/powertab.aspx
PowerTab is the very popular software for guitarists, guitar and bass tablature editor. I think it predates this product.
Hrmm, it works but it appears not to be reading my config file, as I now get the PowerTab box even on tabbing with only one item matching. Any thoughts?
PingBack from http://powerscripting.wordpress.com/2009/06/05/episode-72-alex-ridel-from-sapien-talks-about-primalforms/
Powershell guys here,
Do anybody know steps to uninstall powertab? It seems that installation of 0.98v did not go well on my vista 64 bit machine.
whenever I open the powershell cmdline it generates series of errors pasted below. Do you anybody know how to clear these messages :
Exception calling "ReadXml" with "2" argument(s): "Could not find file 'C:\Users\Subhash\Documents\WindowsPowerShell\Po
werTabConfig.xml'."
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:15 char:37
+ [void]$global:dsTabExpansion.ReadXml <<<< ("$ConfigurationLocation\$fileName",'InferSchema')
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
You cannot call a method on a null-valued expression.
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:17 char:61
+ $installDir = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'InstallPath'")[0].value
+ CategoryInfo : InvalidOperation: (select:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:18 char:63
+ $DatabaseName = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'DatabaseName'")[0].value
PingBack from http://blogs.sysfaq.ru/camelot/2009/05/17/190/
I installed PT and installed it, closed PSH and opened it back up, got an error trying to find the Init-TabExpansion.ps1 file from the installation direction I unzipped the attached file to. I had to unzip it again and copy the Init-TabExpansion.ps1 file to C:\Users\<username>\Documents\WindowsPowerShell and all worked normally
Thanks for your work