reactos/base/applications/rapps_com/rapps.rc
Mark Jansen 964c22c1ca
[RAPPS][RAPPS.COM] Introduce a rapps console shim
rapps.com will be launched when running 'rapps' from cmd or
from run, and since it is a console application, explorer/ cmd will
wait for it.
This rapps.com passes the commandline to rapps.exe,
and wait for rapps.exe to exit before closing.

CORE-17281
2020-10-25 15:44:33 +01:00

6 lines
209 B
Plaintext

#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Applications Manager console shim"
#define REACTOS_STR_INTERNAL_NAME "rapps"
#define REACTOS_STR_ORIGINAL_FILENAME "rapps.com"
#include <reactos/version.rc>