I am trying to create directories as below. Some of the folders under my path has spaces, and I am not able to create a directory. I am able to create a directory where the path don't have any spaces.
I am attaching my alterxy workflow. Please suggest
The bat file that is creating has multiple double quotes, tried few things but still not able to create directories
Command
"mkdir ""C:\Users\xyz\OneDrive - XYZ Technologies \Documents\reports Recon\Outputs\Apple"""
"mkdir ""C:\Users\xyz\OneDrive - XYZ Technologies \Documents\reports Recon\Outputs\Ball"""
"mkdir ""C:\Users\xyz\OneDrive - XYZ Technologies \Documents\reports Recon\Outputs\Cat"""
"mkdir ""C:\Users\xyz\OneDrive - XYZ Technologies \Documents\reports Recon\Outputs\Dolphin"""