This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if "%1"=="" goto :eof | |
| setlocal enabledelayedexpansion | |
| pushd %1\app | |
| echo Set WshShell = Wscript.CreateObject("Wscript.Shell")>commands.vbs | |
| echo WshShell.SendKeys "pushd %1{ENTER}">>commands.vbs | |
| for /d %%d in (*) do ( | |
| if not "%%d"=="instance-initializers" if not %%d==locales if not %%d==styles if not %%d==templates if not "%%d"=="torii-adapters" ( | |
| pushd %%d | |
| set folderName=%%d | |
| set generator=!folderName:~0,-1! |
NewerOlder