Jump to content

Wierdest situation in autoit ever


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...