In my deployment process, it had looked like I was going to need to detect some changes in hardware and then perform a reboot. I researched how to do this but it turns ou that I don’t need this code. Into...
or Speed blogging Exposed… or “Copy as Text Link” and “Copy as Image Link” Blogging Tools explained. Usually when I post something technical, I include a detailed rambling explaniation of how it does what it does. In the post “Copy as...
Justin of JustInsomnia had a great idea for a FireFox plug in: I want to be able to copy a quote and its URL at the same time, without having to so much as think about it. To do so, I...
This is a demonstration of how to use a TempFile in a .BAT or .CMD file. The goal of this example is to determine the relative path of the current working directory and assign it to a variable. Concepts Demonstrated: Generating...
This is another small app I wrote for someone to use at the ZTree forum. This one is a DOS batch file that finds files in your search path that match the criteria you pass to it. For instance you could...
This routine does the same thing as the Windows Network Repair function, but from the command prompt. Now why is this important? Well, it is VERY important when you have effected network changes, or physically had someone detach the computer from...
You can also find this file here: http://www.the-wildwest.com/Queeg/Batches/SearchPath.bat :: ************************************************************************* :: SearchPath.Bat 10/31/2005 :: Written by Brian Layman (AKA Capt. Queeg) :: Visit him at http://www.thecodecave.com/ :: :: A batch written to display the program that would be run when :: ...