Anri-chan/Source/externalpaths.bat

From SDA Knowledge Base

< Anri-chan‎ | Source
Revision as of 23:35, 11 February 2008 by Ballofsnow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
@echo off

REM FIND AVISYNTH PATH
FOR /F "delims=" %%G IN ('DIR /B/AD "%PROGRAMFILES%\AviSynth*" 2^> NUL') DO SET avisynthdir=%PROGRAMFILES%\%%G
FOR /F "delims=" %%G IN ('DIR /B/AD "%PROGRAMFILES(X86)%\AviSynth*" 2^> NUL') DO SET avisynthdir=%PROGRAMFILES(X86)%\%%G
Personal tools