mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-25 08:01:11 +08:00
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
IF [%1] == [] (
|
||||
REM -- manually opened console (Ctrl + Shift + `) --
|
||||
CALL "%~dp0..\init.bat"
|
||||
) ELSE (
|
||||
REM -- task --
|
||||
CALL cmd %*
|
||||
exit
|
||||
)
|
||||
Reference in New Issue
Block a user