mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	more headers
This commit is contained in:
		@@ -249,12 +249,12 @@ Uncomment and edit the below line in the script to use Cmder config even when la
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Customizing user sessions using `init.bat` custom arguments. 
 | 
					### Customizing user sessions using `init.bat` custom arguments. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can pass custom arguments to `init.bat` and use `cexec` in your `user_profile.cmd` to evaluate these
 | 
					You can pass custom arguments to `init.bat` and use `cexec.cmd` in your `user_profile.cmd` to evaluate these
 | 
				
			||||||
arguments then execute commands based on a particular flag being detected or not.
 | 
					arguments then execute commands based on a particular flag being detected or not.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`init.bat` creates two shortcuts for using `cexec` in your profile scripts.
 | 
					`init.bat` creates two shortcuts for using `cexec.cmd` in your profile scripts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Evaluate flags, runs commands if found,  and returns to the calling script and continues.
 | 
					#### `%ccall%` - Evaluates flags, runs commands if found,  and returns to the calling script and continues.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
ccall=call C:\Users\user\cmderdev\vendor\bin\cexec.cmd
 | 
					ccall=call C:\Users\user\cmderdev\vendor\bin\cexec.cmd
 | 
				
			||||||
@@ -262,7 +262,7 @@ arguments then execute commands based on a particular flag being detected or not
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Example: `%ccall% /startnotepad start notepad.exe`
 | 
					Example: `%ccall% /startnotepad start notepad.exe`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Evaluate flags, runs commands if found, and does not return to the calling script.
 | 
					#### `%cexec%` - Evaluates flags, runs commands if found, and does not return to the calling script.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
cexec=C:\Users\user\cmderdev\vendor\bin\cexec.cmd
 | 
					cexec=C:\Users\user\cmderdev\vendor\bin\cexec.cmd
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user