kosamja Posted October 31, 2017 Share Posted October 31, 2017 (edited) PrepareDiscForBurnRunDll opens this dialog this works from bat file "C:\Windows\system32\rundll32.exe" C:\Windows\system32\shell32.dll,PrepareDiscForBurnRunDll H:\ but this dllcall doesnt work DllCall('shell32.dll', 'none', 'PrepareDiscForBurnRunDll', 'str', 'H:\') How to write dllcall so that this dialog opens? Edited October 31, 2017 by kosamja Link to comment Share on other sites More sharing options...
trancexx Posted October 31, 2017 Share Posted October 31, 2017 (edited) Probably like this: DllCall("shell32.dll", "none", "PrepareDiscForBurnRunDllW", "hwnd", Null, "handle", Null, "wstr", "H:\", "int", 1) Edited October 31, 2017 by trancexx kosamja and Danyfirex 2 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now