Coins Posted May 30, 2009 Share Posted May 30, 2009 I am currently trying to run a program from Autoit through sandboxie, meaning, I was trying to run Diablo II.exe sandboxed all from autoit, but it seems it doesn't work, and nothings worked so far. Heres the code that should explain what im trying to do. Run(@ComSpec & " /c " & '"C:\Program Files\Sandboxie\Start.exe" /box:05 "C:\Program Files\SocksCapV2\sc32.exe" "Diablo 5") As you can see, it basically runs Diablo II through the sandbox profile "05" and through Sockscap so my ip is hidden, but it just wont work, but when this is actually put into cmd.exe itll work fine. Please help. Link to comment Share on other sites More sharing options...
herewasplato Posted May 30, 2009 Share Posted May 30, 2009 I do not have Sandboxie, so I cannot test - but I see no reason to use @ComSpec here: Run('"C:\Program Files\Sandboxie\Start.exe" /box:05 "C:\Program Files\SocksCapV2\sc32.exe" "Diablo 5"') [size="1"][font="Arial"].[u].[/u][/font][/size] Link to comment Share on other sites More sharing options...
Coins Posted May 30, 2009 Author Share Posted May 30, 2009 (edited) Ty, that helped alot <3 Edited May 30, 2009 by Coins 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