RosettaCodeData/Task/Update-a-configuration-file/PowerShell/update-a-configuration-file-2.ps1

4 lines
144 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Update-ConfigurationFile -NumberOfStrawberries 62000 -NumberOfBananas 1024 -SeedsRemoved On -NeedsPeeling Off
Invoke-Item -Path ".\config.txt"