Posts Tagged ‘dos’
CHKDSK on Startup
Sunday, January 31st, 2010
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.
Disable or Stop Auto CHKDSK During Windows Startup
Replacement for CFExecute
Monday, May 4th, 2009
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