How to create multiple folders?

My old command

CreateFolder NAME=FTP CreateFolder NAME=Original CreateFolder NAME=Outtakes GO CURRENT OPENINDEST

doesn´t work anymore, at least in the expected way. Instead of creating the folders at the same folder level, it chains them into subfolders. I tried the comma or semicolon,
but it doesn´t break down the command as usual (commas created multiple folders), but creates a folder with literally what i wrote, like "F:\folder1,folder2,folder3".

So, how would i have to change the code to get the old results back?

add READAUTO=no to the CreateFolder commands.

Yes, thanks. :slight_smile: