I have this command to automatically create a folder bin if it doesn\'t exist already:
bin
if not exist bin mkdir bin
I have another