Welcome to MSDN Blogs Sign in | Join | Help

August 2009 - Posts

Options for creating a test project

I was rooting through the Tools\Options dialog in Visual Studio recently and noticed the following options for Test projects: Whilst these are probably reasonable defaults in terms of discoverability of features, I’ve always found that the first thing
Posted by stuartle | 0 Comments
Filed under:

Setting the window title for a command prompt

Very quick tip in what seems to have become a mini-series ( Part 1 , Part 2 ). I often find myself with a number of command windows open and switching between them can be problematic. To address this I use the “title” command to set the window title,
Posted by stuartle | 0 Comments
Filed under: ,

Finding files in your path environment

Occasionally I’m working at the command prompt and have a utility that is in the path environment, but need to find where the file actually is. So, I wrote a little batch file that does exactly that @echo off echo Searching path for %1 if "%~$PATH:1"==""
Posted by stuartle | 0 Comments

PowerShell script to clean and zip a directory

As part of my role I’m often sending sample code to customers. Sometimes this is a small snippet inline in an email, but often it will be a zipped up Visual Studio solution. Simply zipping up the folder as-is ends up including bin and obj directories
Posted by stuartle | 0 Comments
Filed under: ,

Quickly creating an Outlook rule

I’ve had a couple of conversations with people recently where they’ve said that they keep meaning to set up an Outlook rule to move specific messages to a separate folder. On each occasion the need to navigate the Tools\Rules And Alerts window seems to
Posted by stuartle | 0 Comments
Filed under:

Adding links containing spaces to an email message

Possibly slightly off-topic for this blog, but so far I’m doing quite a good job of not settling down on a single topic ;-) Outlook has the nice feature that if you type something that looks like a link into an email, it will automatically create the
Posted by stuartle | 2 Comments
Filed under:
 
Page view tracker