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.

runQuicklook.bat 189B

1234567
  1. rem @echo off
  2. rem %~dp0 is name of current script
  3. set scriptPath=%~dp0
  4. set scriptDir=%scriptPath:\runQuicklook.bat=%
  5. call %scriptDir%quicklook.bat > %scriptDir%quicklook.out 2>&1