DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
powershell execute command only if previous successful
# if the first echo success, do the second echo echo "hello" ; if ($?) { echo "world !" }
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#powershell
#execute
#command
#previous
#successful
ADD COMMENT
Topic
COMMENT
Name
4+9 =
Submit