March 20, 2013

Invoking a PowerShell script from cmd.exe (or Start | Run)

http://poshoholic.com/2007/09/27/invoking-a-powershell-script-from-cmdexe-or-start-run/

powershell -noexit & “C:\Documents and Settings\poshoholic\My Documents\PowerShellRocks.ps1″

No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...