Separate Command Line Script Parameters by a space.
New-Item -Path "C:\$($args[0])" -ItemType File -Force New-Item -Path "C:\$($args[1])" -ItemType File -Force
Separate Command Line Script Parameters by a space.
New-Item -Path "C:\$($args[0])" -ItemType File -Force New-Item -Path "C:\$($args[1])" -ItemType File -Force