18 lines
422 B
Plaintext
18 lines
422 B
Plaintext
//
|
|
// Get the messages
|
|
//
|
|
|
|
#include "messages.rc"
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Dfs Command-Line Scripting Application"
|
|
#define VER_INTERNALNAME_STR "dfscmd\0"
|
|
#define VER_ORIGINALFILENAME_STR "dfscmd.exe"
|
|
|
|
#include <common.ver>
|