Using the free version of Microsoft Visual C++ 2008 Express Edition, I was able to construct this tiny utility to use in my BAT command files, so that its annoying DOS window would fade away into oblivion when double-clicking it from Windows. // hideme.cpp #include “stdafx.h” #include <windows.h> #include <stdio.h> int _tmain(int argc, _TCHAR* argv[]) [...]

Tags: