Tag Archives: powershell

Changing Powershell console background colours

In my current gig the guys in charge of the build scripts had a “brilliant” idea (<- please see the sarcasm in the last sentence): change the colour of the Powershell console depending of the build status (red is bad, … Continue reading

Posted in development | Tagged , | Leave a comment

Conditional command execution in Powershell

Something very usual in Bash (and also in the old Cmd) is the conditional execution of commands, I mean, in the same line we execute a command after the other but only if the execution of the previous command success … Continue reading

Posted in development | Tagged , | 5 Comments

Getting a list of committers with Mercurial and Powershell

A few days ago I need to create a list of committers for a Mercurial repository from the command line (don’t ask me why). Thanks God Powershell is always near to help us in so trivial tasks like that. First, … Continue reading

Posted in development | Tagged , | Leave a comment

Eliminando directorios de Subversion (.svn) desde la línea de comandos

Eliminando los subdirectorios .svn de subversion en Windows con Cmd y PowerShell Continue reading

Posted in development | Tagged , , , , | 3 Comments

Libro gratuito de PowerShell

Powershell es el super versátil y útil sucesor del infame Cmd en Windows. Este esta disponible para Windows XP, Windows 2003 Server, Windows Vista (como un download) e incluído en Windows 2008 Server. De hecho, Windows 7, Windows 2008 Server … Continue reading

Posted in development | Tagged , | Leave a comment