This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Apache Software Foundation | |
Individual Contributor License Agreement ("Agreement") V2.0 | |
http://www.apache.org/licenses/ | |
Thank you for your interest in The Apache Software Foundation (the | |
"Foundation"). In order to clarify the intellectual property license | |
granted with Contributions from any person or entity, the Foundation | |
must have a Contributor License Agreement ("CLA") on file that has | |
been signed by each Contributor, indicating agreement to the license | |
terms below. This license is for your protection as a Contributor as |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Save this file as: C:\Users\<Username>\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 | |
$Executables = @{ | |
'Notepad++'="C:\Program Files (x86)\Notepad++\notepad++.exe" | |
} | |
Write-Host "--------------------------------------------------------------------------------" | |
if (Test-Path $Executables['Notepad++']) | |
{ # function Edit |
NewerOlder