DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
powershell check if command exists
if (Get-Command $cmdName -errorAction SilentlyContinue) { "$cmdName exists" }
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#powershell
#check
#command
#exists
ADD COMMENT
Topic
COMMENT
Name
8+1 =
Submit