mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
commit
ebd977778b
9
vendor/bin/vscode_init.cmd
vendored
Normal file
9
vendor/bin/vscode_init.cmd
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
IF [%1] == [] (
|
||||
REM -- manually opened console (Ctrl + Shift + `) --
|
||||
CALL "%~dp0..\init.bat"
|
||||
) ELSE (
|
||||
REM -- task --
|
||||
CALL cmd %*
|
||||
exit
|
||||
)
|
Loading…
Reference in New Issue
Block a user