Add several open-* scripts

This commit is contained in:
Markus Fleschutz
2021-10-28 14:30:17 +02:00
parent 1a172841cb
commit 37b937af7a
8 changed files with 136 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#>
try {
start-process calc.exe
start-process ms-calculator:
exit 0 # success
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"