7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| set TOOLCHAIN_PATH=.\win
 | |
| 
 | |
| cd %TOOLCHAIN_PATH%
 | |
| .\hdc.exe shell param set persist.autostart.dts 1
 | |
| echo "all success"
 | |
| pause |