// chcmd.cpp : Defines the entry point for the console application. // #include "stdafx.h" #ifndef TESTING int _tmain(int argc, _TCHAR* argv[]) { argc; argv; return 0; } #endif