1 line
77 B
PowerShell
1 line
77 B
PowerShell
|
|
"Hello, world!" | Out-File -FilePath "file.txt" -Encoding ASCII -NoNewLine
|