1
0
This repository has been archived on 2025-10-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
siadrive/run_debug.cmd
2025-10-21 07:58:47 -05:00

12 lines
133 B
Batchfile

@echo off
set ROOT=%~dp0%
pushd "%ROOT%"
call build_debug_x64.cmd
pushd "%ROOT%dist\Debug"
start siadrive.exe
popd
popd