Wednesday, October 1, 2014

Powershell output disappears

Add powershell -noexit at the end of your code. 


Example :

your script
powershell-noexit  

Add this command at the end of the your script,this will display the output window as long as you don't close it manually :P


Reference :

No comments:

Post a Comment