5 lines
123 B
Batchfile
5 lines
123 B
Batchfile
@echo off
|
|
pushd "%~dp0%"
|
|
|
|
del /s /q ..\..\UnitTests\data 1>NUL 2>&1
|
|
siad -d ..\..\UnitTests\data --api-addr localhost:11980 |