I tried something like this in cmd
md mainfolder/{subfolder1, subfolder2}
touch folder/{file1, file2}.js
and got this error
Missing argument in parameter list.
- CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
- FullyQualifiedErrorId : MissingArgument
I think the {...} syntax is from linux.
So what is the equivalent syntax in cmd?