Month: June 2013

  • Custom progress bar

    Not that anyone wants or needs it, but here is a custom progress bar! It has two modes. Loop and step. And is called like below. PS> 0..99 | ForEach-Object{“Processing, current step $_”;Start-Sleep -Milliseconds 200;.\epicship.ps1 -step $_};”Installation complete!” .\epicship.ps1 -loop The Loop has more functions, such as a sun shining and getting obscured by the…