The OldWood Thing
blog = reinterpret_cast<>(life);
Tuesday, 27 July 2010
Where’s the PowerShell/Python/IYFSLH*?
›
An obvious question to many might be “why are you still writing batch files when PowerShell superseded it years ago?”. Even VBScript is way ...
1 comment:
Monday, 19 July 2010
Simple Database Build & Deployment With SQLCMD
›
The SQL Server client tools has shipped for years with a console based utility for executing SQL. Historically this was OSQL.EXE, but that h...
6 comments:
Monday, 12 July 2010
Unit Testing Evolution Part I - Structure
›
[ This post has been under construction for over 6 months. Every time I think I’ve got it sorted I gain some new insight from somewhere and ...
Monday, 28 June 2010
Windows Batch File Template
›
The following code is the template I have started using for new Windows batch files[#]:- @echo off rem ******************************...
3 comments:
Friday, 28 May 2010
Oldwood v4.0
›
Today saw the release of "Oldwood v4.0" after just 9 months in development. In accordance with the marketing department's wish...
3 comments:
Sunday, 23 May 2010
Debug & Release Database Schemas
›
In the C++ world it’s common to build at least two versions of your code - one Debug and one Release. In the debug version you enable lots o...
Wednesday, 19 May 2010
The Dying Art of RTFM
›
The classic stereotype of men is that they don’t read manuals and wont ask for directions when lost. I’m pleased to say that I exhibit neit...
‹
›
Home
View web version