SupinePandora43 2019-06-27 16:00:55 +05:00
parent b61752f89e
commit 72dd8376cd

View File

@ -1,7 +1,7 @@
@echo off @echo off
IF [%1] == [] ( IF [%1] == [] (
REM -- manually opened console (Ctrl + Shift + `) -- REM -- manually opened console (Ctrl + Shift + `) --
CALL "%~dp0\vendor\init.bat" CALL "%~dp0..\init.bat"
) ELSE ( ) ELSE (
REM -- task -- REM -- task --
CALL cmd %* CALL cmd %*