Can anybody tell me how to do the following in in a Windows batch script? (*.bat):
*.bat
set myDIR=LOG IF not exist %myDIR% (mkdir %myDIR%)