summaryrefslogtreecommitdiffstats
path: root/build/scripts/runQuicklook.bat
blob: 841bb57eac5902c8df9494bf858cccad6c4526ec (plain)
1
2
3
4
5
6
7
rem @echo off

rem %~dp0 is name of current script
set scriptPath=%~dp0
set scriptDir=%scriptPath:\runQuicklook.bat=%

call %scriptDir%quicklook.bat > %scriptDir%quicklook.out 2>&1