C# - .NET MASTERS BLOG ®
Monday, November 3, 2014
powershell remove clipboard spaces
function removeX{
$a = Get-ClipBoard
$b = $a.replace(' ','')
Set-ClipBoard($b)
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment