1.

Solve : Run the batch file if any .txt files exists??

Answer»

I have some .txt FILES in C:\temp.
I want to run the BACTH FILE if any .txt files EXISTS. Other wise wont.
How to do?If not exist c:\temp\*.txt goto end

...Commands go here

:end



Discussion

No Comment Found