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

4 lines
144 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Update-ConfigurationFile -NumberOfStrawberries 62000 -NumberOfBananas 1024 -SeedsRemoved On -NeedsPeeling Off
Invoke-Item -Path ".\config.txt"