31Jan/100
CHKDSK on Startup
One major problem I’ve been having is on my 2nd PC – where each time I shut down/restart it always runs a CHKDSK! So annoying!
I found this great article that resolves this issue using command prompt to modify registry settings on start up.
4May/090
Replacement for CFExecute
Recently while working on a project that requires shell scripting (running a program that returns a log) I had a problem with cfexecute not returning correct output information that I was expecting. Doing the same command in prompt I got the correct output, but cfexecute was giving me only the first line of my log. Continue reading
