reactos/modules/rosapps/applications/cmdutils/vcdcli/vcdcli.rc
Pierre Schweitzer 581f32b8c2
[VCDCLI] Implement a tool that allows managing vcdrom class driver.
It allows you managing virtual drives, mounting images, ejecting images, and so on.

It will load the driver when required.

It's less features complete that the MS GUI implementation.
I'll implement them later on, it can be quickly done.
What's missing: UDF/Joliet suppr and persistent mounts
2017-12-03 18:17:57 +01:00

6 lines
221 B
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Virtual CD-ROM Controler"
#define REACTOS_STR_INTERNAL_NAME "vcdcli"
#define REACTOS_STR_ORIGINAL_FILENAME "vcdcli.exe"
#include <reactos/version.rc>