Closed mastersign closed 7 years ago
If the Bench environment is exported as Zip or 7z file, there is no obvious way to kickoff the initialization after extraction.
There should be a CMD file (e.g. initialize_bench.cmd) which calls %~dp0auto\bin\bench.exe -v m i.
initialize_bench.cmd
%~dp0auto\bin\bench.exe -v m i
If the Bench environment is exported as Zip or 7z file, there is no obvious way to kickoff the initialization after extraction.
There should be a CMD file (e.g.
initialize_bench.cmd
) which calls%~dp0auto\bin\bench.exe -v m i
.