Create Multiple Files at Once: Batch File Operations Creating many files one at a time is slow. Learn to batch them in a single command. How It Works Pass multiple file names to New-Item separated by commas. PowerShell creates all of them at once. Combined with loops, you can create even more files with templates. Code Examples Create Multiple Files in One Command # Create 3 files at once