mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-03 14:10:07 +02:00
Add edit.exe to edit.ps1
This commit is contained in:
@ -37,6 +37,7 @@ TryEditor "hx" $path
|
|||||||
TryEditor "emacs" $path
|
TryEditor "emacs" $path
|
||||||
TryEditor "Code" $path
|
TryEditor "Code" $path
|
||||||
TryEditor "notepad.exe" $path
|
TryEditor "notepad.exe" $path
|
||||||
|
TryEditor "edit.exe" $path
|
||||||
TryEditor "wordpad.exe" $path
|
TryEditor "wordpad.exe" $path
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user