⟩ How to create a directory using external command activity in BW? can u please tell the cmd?
To create Directory using external command
For Windows:
"cmd /c mkdir <Drive-path><Directory-Name>"
This is an single command to be entered in input of the
command.