mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @echo off
 | |
| 
 | |
| set CMDER_ROOT=%~dp0..\
 | |
| 
 | |
| if "%cmder_init%" == "1" (
 | |
|   "%CMDER_ROOT%\vendor\clink\clink.bat" inject -q --profile "%CMDER_ROOT%\config" --scripts "%CMDER_ROOT%\vendor"
 | |
| ) else (
 | |
|   set cmder_init=1
 | |
| )
 | |
| 
 | |
| pushd %CMDER_ROOT%
 | |
| call "%CMDER_ROOT%\vendor\init.bat" /f
 | |
| popd
 |