You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
318 B
11 lines
318 B
:: This script was created by Capturing Reality © |
|
|
|
:: Switch off console output. |
|
@echo off |
|
|
|
:: Path to RealityCapture application. |
|
set RealityCaptureExe="C:\Program Files\Capturing Reality\RealityCapture\RealityCapture.exe" |
|
|
|
:: Root path to work folders where all the datasets are stored |
|
set RootFolder=%~dp0\\..\\ |
|
|
|
|