hererocks/test/check_activate.bat
2016-07-14 12:10:28 +03:00

22 lines
416 B
Batchfile

@echo off
echo "initial: %PATH%"
call "test\here\bad (dir) 1\bin\activate"
echo "activate 1: %PATH%"
call deactivate-lua
echo "deactivate 1: %PATH%"
call "test\here\bad (dir) 1\bin\activate"
echo "activate 1 again: %PATH%"
call "test\here\bad (dir) 1\bin\activate"
echo "reactivate 1: %PATH%"
call "test\here\bad (dir) 2\bin\activate"
echo "activate 2: %PATH%"
call deactivate-lua
echo "deactivate 2: %PATH%"