RosettaCodeData/Task/Update-a-configuration-file/PowerShell/update-a-configuration-file-2.ps1
2026-04-30 12:34:36 -04:00

3 lines
144 B
PowerShell

Update-ConfigurationFile -NumberOfStrawberries 62000 -NumberOfBananas 1024 -SeedsRemoved On -NeedsPeeling Off
Invoke-Item -Path ".\config.txt"