I use batch file to do installs . How do I tell PowerShell wait until user response enter key or Y.
I am not that picky about which way this is done. I just like simple coding solutions.
in a batch file I use this command
timeout /t -1
I use batch file to do installs . How do I tell PowerShell wait until user response enter key or Y.
I am not that picky about which way this is done. I just like simple coding solutions.
in a batch file I use this command
timeout /t -1