www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - VhdCopy v2

reply JamesD <none mail.com> writes:
I have several utilities I have used in AutoIT, and I'm enjoying 
converting these to the D language with the DWT GUI.

vhdCopy is a GUI wrapper for VboxManage.exe to copy vhd and set 
GUUID.

This version 2 replaces buttons with a GUI menu that is useful as 
an app template for other such utilities.

You can see a screenshot and clone from here:

      https://github.com/jasc2v8/vhdCopy
Jun 22 2017
parent Jacob Carlborg <doob me.com> writes:
On 2017-06-22 17:19, JamesD wrote:
 I have several utilities I have used in AutoIT, and I'm enjoying
 converting these to the D language with the DWT GUI.

 vhdCopy is a GUI wrapper for VboxManage.exe to copy vhd and set GUUID.

 This version 2 replaces buttons with a GUI menu that is useful as an app
 template for other such utilities.

 You can see a screenshot and clone from here:

       https://github.com/jasc2v8/vhdCopy
Nice. You might want to post to the announcement group/forum as well. -- /Jacob Carlborg
Jun 23 2017