When the current tab is a folder within sandbox, say D:\Sandbox\...\...\Folder1, then I run the following command (from the menu Scripting - Run Script)
Code: Select all
run "cmd /k cd /d C:\"So I wonder if there's a way to run cmd outside sandbox while the current tab is in sandbox?
I found a way to escape myself, but rather ugly:
Code: Select all
goto "%computer%", 1;
run "cmd /c cd /d C:\ & tskill defraggler";
#520; //Go back
Thanks.
XYplorer Beta Club