SyntaxFix
Write A Post
Hire A Developer
Questions
For files in a directory, you can use things like:
if exist *.csv echo "csv file found"
or
if not exist *.csv goto nofile