casperjs.cmd 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 @IF EXIST "%~dp0\python.exe" ( "%~dp0\python.exe" "%~dp0\..\casperjs\bin\casperjs" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% python "%~dp0\..\casperjs\bin\casperjs" %* )