Now in FDM I have set a Batch file to run after a File has been downloaded, this batchfile is the so called "BatchGotAdmin".
-https://sites.google.com/site/eneerge/s ... hgotadmin-
When running this under Sandboxie, after a download is finished I can see briefly a screen coming up (looks like Sandboxie asking for Admin rights or something (not sure as it's very brief)) and the batchfile doesn't finish.
What can I try to make this run correctly so I can start running FF completely under Sandboxie.
I think the problem lies in this part
Code: Select all
::Create and run the vb script to elevate the batch file
ECHO Set UAC = CreateObject^("Shell.Application"^) > "C:\TEMP\OEgetPrivileges.vbs"
ECHO UAC.ShellExecute "cmd", "/c ""!batchPath! !batchArgs!""", "", "runas", 1 >> "C:\TEMP\OEgetPrivileges.vbs"
"C:\TEMP\OEgetPrivileges.vbs"