4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Batchfile
		
	
	
		
			Executable file
		
	
	
	
	
| @echo OFF
 | |
| :: in case DelayedExpansion is on and a path contains !
 | |
| setlocal DISABLEDELAYEDEXPANSION
 | |
| php "%~dp0console.php" %*
 |