This is on Windows Server 2008 R2. I have a file of inputs, one input per line. Some of the inputs have spaces in them. I\'m trying to use the below simple code, but it separate
By quoting the argument to mkdir you tell it to create a single directory that has a name containing whitespace. If the quotes are omitted, mkdir creates multiple directories instead.