Sign in
Stuart Leeks
Stuart Leeks - Application Development Consultant
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ADO.Net Data Services
ASP.NET MVC
Batch file
CSharp
Debugging
Entity Framework
Extension methods
Javascript
jQuery
LINQ
Outlook
Pages
PowerShell
Testing
Unity
Utilities
Visual Studio
Browse by Tags
MSDN Blogs
>
Stuart Leeks
>
All Tags
>
batch file
Tagged Content List
Blog Post:
Setting the window title for a command prompt
stuartle
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, and have found that setting the title to match the...
on
17 Aug 2009
Blog Post:
Finding files in your path environment
stuartle
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"=="" goto :notfound echo Found...
on
17 Aug 2009
Page 1 of 1 (2 items)