mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-25 08:01:11 +08:00
move
https://github.com/cmderdev/cmder/pull/2113#issuecomment-506044156
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
IF [%1] == [] (
|
||||
REM -- manually opened console (Ctrl + Shift + `) --
|
||||
CALL "%~dp0\vendor\init.bat"
|
||||
CALL "%~dp0..\init.bat"
|
||||
) ELSE (
|
||||
REM -- task --
|
||||
CALL cmd %*
|
||||
Reference in New Issue
Block a user