Created
June 15, 2021 18:04
-
-
Save wtfc0d3/9a072e5cf6172f947b5b376e4dcf4ff3 to your computer and use it in GitHub Desktop.
Запись вывода консоли в файл
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
Start-Transcript -Path "$HOME\Documents\out.txt" -NoClobber | |
# Some commands | |
Stop-Transcript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment