mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
964c22c1ca
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
6 lines
209 B
Plaintext
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>
|