Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for gettitle.ps

(view source code of gettitle.ps as plain text)

  1. # Inspired by Aaron Lerch's blog post
  2. # http://www.aaronlerch.com/blog/2007/02/16/powershell-window-title/
  3.  
  4. Write-Host $Host.UI.RawUI.WindowTitle
  5.  

page last modified: 2024-04-16; loaded in 0.0229 seconds