You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
661 B
25 lines
661 B
/****************************** Module Header ******************************\
|
|
* Module Name: cmd.rc
|
|
*
|
|
* Copyright (c) 1985-91, Microsoft Corporation
|
|
*
|
|
* Constants
|
|
*
|
|
* History:
|
|
* 10-24-91 Created.
|
|
\***************************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
IDI_APPICON ICON "console.ico"
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Command Processor"
|
|
#define VER_INTERNALNAME_STR "cmd\0"
|
|
#define VER_ORIGINALFILENAME_STR "Cmd.Exe"
|
|
|
|
#include "common.ver"
|
|
|
|
RCINCLUDE cmdmsg.rc
|