LANCommander/LANCommander.Server/Snippets/Examples/Write ASCII File.ps1
2024-08-04 18:44:33 -05:00

1 line
No EOL
77 B
PowerShell

"Hello, world!" | Out-File -FilePath "file.txt" -Encoding ASCII -NoNewLine