This demonstrates how to get powershell to perform actions based upon an external file, with a delay:
gc c:windowssetup.log | % {sleep 1 ;write-host $_}
Random outpourings of a software developer
This demonstrates how to get powershell to perform actions based upon an external file, with a delay:
gc c:windowssetup.log | % {sleep 1 ;write-host $_}