2 lines
No EOL
100 B
PowerShell
2 lines
No EOL
100 B
PowerShell
# Write contents of a string to a file
|
|
Set-Content "$InstallDirectory\<File Path>" "Hello world!" |