reactos/base/applications/cmdutils/where/where.rc
Katayama Hirofumi MZ 55060911e4
[CMDUTILS][WHERE] Implement WHERE command (#3642)
WHERE is a Windows command that finds the file location from a executable file name. This PR implements it in ReactOS. CORE-17443
2021-05-11 14:37:49 +09:00

13 lines
333 B
Plaintext

#include <windef.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WHERE Command"
#define REACTOS_STR_INTERNAL_NAME "where"
#define REACTOS_STR_ORIGINAL_FILENAME "where.exe"
#include <reactos/version.rc>
#pragma code_page(65001) /* UTF-8 */
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif