LANCommander/LANCommander.Server/Snippets/Examples/Write ASCII File.ps1

1 line
77 B
PowerShell
Raw Permalink Normal View History

2023-12-29 02:30:36 -06:00
"Hello, world!" | Out-File -FilePath "file.txt" -Encoding ASCII -NoNewLine