3 lines
		
	
	
		
			75 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			75 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| powershell -ExecutionPolicy Bypass -File "%~dp0install.ps1"
 | |
| pause |