unix - script like logging utility for windows -


The Linux system provides a good tool (script) that can log terminal studout data into a file. To turn on logging: script [option] [file name]

To stop logging: exit

I'm looking for a similar utility for windows console and powershield (or support any native windows to log the session).

Note: Please do not suggest.

I believe that you are looking for.

Keep in mind: It will not work in the ISE. Do not forget the stop-transcript at the end of your script!


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -