You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for /f "tokens=1,2*" %%A in ('reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal" 2^>nul') do set MY_DOCS_ROOT=%%C
set MODES=%MY_DOCS_ROOT%\Processing\modes
set RUNPROCESSINGDIR=%PROCESSING%\build\windows\work
cd /d %PROCESSINGPY%
ant mode.zip
cd /d %MODES%
del /s /f /q PythonMode
for /f %%f in ('dir /ad /b PythonMode') do rd /s /q PythonMode\%%f