11 Star 32 Fork 14

Gitee 极速下载 / sandboxie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/sandboxie-plus/Sandboxie
克隆/下载
MergeDbg.cmd 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
DavidXanatos 提交于 2023-12-20 14:32 . 1.12.6
@echo off
mkdir %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieRelease\SbieDrv.sys %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SbieSvc.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SbieDll.dll %~dp0\SandboxiePlus\x64\Debug\
rem copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SbieCtrl.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\Start.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\kmdutil.exe %~dp0\SandboxiePlus\x64\Debug\
rem copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SbieIni.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieRelease\SbieMsg.dll %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SboxHostDll.dll %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\install\Templates.ini %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SandboxieBITS.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SandboxieCrypto.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SandboxieDcomLaunch.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SandboxieRpcSs.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\Sandboxie\Bin\x64\SbieDebug\SandboxieWUAU.exe %~dp0\SandboxiePlus\x64\Debug\
mkdir %~dp0\SandboxiePlus\x64\Debug\32\
copy /y %~dp0\Sandboxie\Bin\Win32\SbieDebug\SbieSvc.exe %~dp0\SandboxiePlus\x64\Debug\32\
copy /y %~dp0\Sandboxie\Bin\Win32\SbieDebug\SbieDll.dll %~dp0\SandboxiePlus\x64\Debug\32\
copy /y %~dp0\SandboxieTools\x64\Debug\ImBox.exe %~dp0\SandboxiePlus\x64\Debug\
copy /y %~dp0\SandboxieTools\x64\Debug\UpdUtil.exe %~dp0\SandboxiePlus\x64\Debug\
C/C++
1
https://gitee.com/mirrors/sandboxie.git
git@gitee.com:mirrors/sandboxie.git
mirrors
sandboxie
sandboxie
master

搜索帮助