Search found 1 match
- Friday 26 February 2021 10:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Write logging to file in Windows
- Replies: 13
- Views: 838
Re: Write logging to file in Windows
type PowerShell in search area and click on "Windows PowerShell" If you have a .bat (batch) file go to step 3 OR copy your commands to a file and save it with .bat extension (e.g. file.bat) run the .bat file with following command. PS (location)> <path to bat file>/file.bat | Tee-Object -file log ...