Code: Select all
"Mount all-DiskCryptor|cmd" runret ("cmd /k ""C:\Program Files\dcrypt\dccon.exe"" -mountall");Code: Select all
"Mount all-DiskCryptor|cmd" runret ("cmd /k ""C:\Program Files\dcrypt\dccon.exe"" -mountall");Code: Select all
Is there a reason why you don't call dccon.exe directly instead of a starting cmd?That's not what I meant...dccon.exe is the console version of the program and it's faster than graphical interface
Code: Select all
runret ("""C:\Program Files\dcrypt\dccon.exe"" -mountall");1-The requested operation requires elevationhighend wrote:Why didn't you just use this the first place (where I expected that you want to gather it's output)?Code: Select all
runret ("""C:\Program Files\dcrypt\dccon.exe"" -mountall");