mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add several open-* scripts
This commit is contained in:
@ -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))"
|
||||
|
Reference in New Issue
Block a user