I\'m trying to write batch script to create a folder if it does not already exist. Following up the online examples, below is my script.
The problem is;
You need to pass the /K switch to CMD, or just open a Command Window and run the batch from the command line.