Created
October 4, 2024 19:14
-
-
Save akingscote/7d4d6919c0f0d463396cd709ed5513e4 to your computer and use it in GitHub Desktop.
hello-world.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # PowerShell Script | |
| $text = "Hello, World!" | |
| $file = "C:\helloworld.txt" | |
| Set-Content -Path $file -Value $text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment