10 lines
		
	
	
		
			206 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @echo off
 | |
| 
 | |
| set TOOLCHAIN_PATH=.\win
 | |
| set CONFIG_PATH=..\in
 | |
| 
 | |
| cd %TOOLCHAIN_PATH%
 | |
| .\hdc.exe file send %CONFIG_PATH%\config /mnt/hmdfs/100/account/device_view/local/files/duolun/config
 | |
| echo "all success"
 | |
| pause
 |