[VCDCONTROLTOOL] Add a GUI app to manage virtual CD-ROM devices
authorPierre Schweitzer <pierre@reactos.org>
Tue, 11 Dec 2018 13:24:49 +0000 (14:24 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 11 Dec 2018 14:04:10 +0000 (15:04 +0100)
commit10ce523a2c81e7f648627b3ccbda6f678b12ad66
treeb3f7afccfde3fb027c3e5573f338238f72c7f3d1
parentcab37c94558163d862404d1cdbf0408fa3be0a73
[VCDCONTROLTOOL] Add a GUI app to manage virtual CD-ROM devices

This is just an open sourced version of the tool provided by MS along
with the driver.
It will avoid users fighting with the CLI tool (that was doing the job
though ;-)).

Looks like that: https://twitter.com/HeisSpiter/status/1072482763348107264

Nota 1: it doesn't have an icon
Nota 2: code may be ugly, I'm not a umode guy! ;-)
modules/rosapps/applications/CMakeLists.txt
modules/rosapps/applications/vcdcontroltool/CMakeLists.txt [new file with mode: 0644]
modules/rosapps/applications/vcdcontroltool/lang/en-US.rc [new file with mode: 0755]
modules/rosapps/applications/vcdcontroltool/resource.h [new file with mode: 0644]
modules/rosapps/applications/vcdcontroltool/vcdcontroltool.c [new file with mode: 0644]
modules/rosapps/applications/vcdcontroltool/vcdcontroltool.rc [new file with mode: 0644]