Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	File size: 188 Bytes
			
			521886e  | 
								1 2 3 4 5 6 7 8 9 10 11  | 
								chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running initialize.py...
venv\Scripts\python initialize.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause |