Hi,
Just found your site I recently downloaded AutoHotKey, have been trying to create a AHK file to get the DVD disc id.
Have read that the dll file is quartz.dll and the command is getdiscid(). I'm no programmer so it's a real struggle have tried the following
Result := DllCall("C:\WINDOWS\system32\quartz.dll\GetDiscID", "str", "f:\" , "int64 *", UniqueID)
Msgbox, %UniqueID% %Result%
Have tried multiple variations of the above with no success
ideally would be just the commandline
discid = getdiscid F:\
thamks for any help