A bug I have observed is that Start.exe cannot properly pass parameter with space to programs to be sandboxed.
Replicating the behavior:
1. Make a simple batch file, test.bat, which print the parameters and exit.
Code: Select all
@echo %*
@pause
Code: Select all
"C:\Program Files\Sandboxie\Start.exe" /box:DefaultBox "C:\***\test.bat"
The sanboxed batch script usually show the parameter correctly.
But if the file contains space anywhere in its path, it will fail to start.
Even if I run the start.exe from commandline and supply the (double-quoted)parameter manually, it also fails.
Please kindly look into this problem.
Thanks.
Sandboxie: v3.76 (version 64-bit)
Windows 8, 64 bit. Fully updated.[/code]