[VCDCLI] Implement a tool that allows managing vcdrom class driver.
authorPierre Schweitzer <pierre@reactos.org>
Sun, 3 Dec 2017 17:13:25 +0000 (18:13 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 3 Dec 2017 17:17:57 +0000 (18:17 +0100)
commit581f32b8c207c4c366b690ccc9e05f2d97fecf45
treee338f67e0b9fdbb17c36deb8fbb719b45744112b
parent6906e184bb22720e4f498f576af96eb5b84980e2
[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
modules/rosapps/applications/cmdutils/CMakeLists.txt
modules/rosapps/applications/cmdutils/vcdcli/CMakeLists.txt [new file with mode: 0644]
modules/rosapps/applications/cmdutils/vcdcli/vcdcli.c [new file with mode: 0644]
modules/rosapps/applications/cmdutils/vcdcli/vcdcli.rc [new file with mode: 0644]