Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bat if command exists

python --version >nul 2>&1 && ( echo found python ) || ( echo fail )
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #bat #command #exists
ADD COMMENT
Topic
Name
6+1 =