How to create 1000 folders using dql?
You won't be able to do it in one statement but you can create a DQL script and use the CREATE Object DQL statement and run it using IDQL on the server
You could also fo a API script to do it and run it with IAPI on the sever
Check the DQL Reference Manual or the API Reference Manual for more info