Answers for "cmd check if file exists or not"

0

cmd check if file exists or not

if exist yourfilename (
  echo Yes 
) else (
  echo No
)
Posted by: Guest on August-26-2021

Code answers related to "cmd check if file exists or not"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language