RSS Feed
If you want to more easily stay informed of updates etc you can subscribe to the RSS
feed. Just point your RSS reader at this page, auto discovery is enabled.
Technical
Tech Blog
.NET, software, and computer related items.
The Powerful
Portable
See my personal customer computer - a portable powerhouse.
Woo Hoo!!!
By day I am a professional speaker on development and IT topics. See my topics, schedule, and more.
Non Technical
The Journeys
of Kudzu
Join in the fun in and see the odd signs and other things I see in my
travels.
Travel Tips
Travel Tips of a Professional Perpetual Traveler.
The Amazing
Kudzu Plant
Learn about a plant like no other.
Favorite Quotes
Collection of my favorite quotes.
Links
Atozed Software
Producers of IntraWeb, IntraWeb Studio, and sponsors of the Indy
Project.
Indy Project
Open source Internet components for C++, Delphi, and .NET.
COSMOS
C# Open Source Managed Operating System
Resetting current directory in bat files when running as adminstrator
2/21/2010
A batch file normally has its current directory set to the directory it resides in if executed from Explorer. However with Vista and Windows 7, the current directory is changed to the system directory when the "Run as Administrator" option is used. This creates a serious problem for many batch files.
Fortunately there is a simple solution. Add this line to the first line of your batch file:
cd %~dp0
<< Previous Entry
Next Entry >>
Use my contact form to contact me directly.