Archive for the 'Windows' Category

Add a Send To for Sysinternals Contig

One of my favorite tools is Sysinternals’ (Microsoft) Contig commandline utility to make files contiguous. However, it’s a pain having to type the full path to the file or directory you want to contig, so I fooled around until I came up with these two tricks: To create a Send To item that will contig [...]

Portable / USB Apps Links

Like a lot of people, I like to carry around a collection of apps on my thumb drive. But, sometimes I forget to bring it or don’t have an available USB port to work with. In any case, here’s a list of a few sites that have Portable Apps: http://www.portablefreeware.com/ http://portableapps.com/ http://tinyapps.org/ http://www.dailycupoftech.com/usb-drive-systems/ Tell me [...]

Averatec 3200 shuts down without warning

I had an Averatec 3250H1-01 that shutdown after a few minutes running. Sometimes it would last long enough to get into Windows & other times it would barely make through the BIOS self-test. I immediately suspected a power supply/battery problem, since that was the original issue. But, after a little thought, I decided to see [...]

UnixKit-tiny

UnixKit for Windows is a toolkit of Unixlike programs for Microsoft Windows. Unlike CygWin, it does not require installation. In fact, it leaves absolutely no traces on the host machine when you’re done using it.The -tiny branch presently includes:arc arj bash bunzip2 bzip2 bzip2recover cat chmod cksum cp csplit cut dd df diff du file [...]

Time & Date stamp for batch files

This has been driving me crazy – how to get a decent Time & Date stamp in a batch file. After much Googling and experimenting I came up with this.  This was tested on XP Pro with English (United States) Regional Settings and will likely not work if your Regional Settings are different. Take a [...]