11 lines
226 B
Batchfile
11 lines
226 B
Batchfile
@echo set Project=%1
|
|
@echo set NewEntity=1
|
|
@echo set Entityname=
|
|
@echo set Filter4Entity=
|
|
@echo @@if "%%NewEntity%%"=="" exit
|
|
@echo call ..\Core\start_add_entity_to_project.bat %%Project%% %%EntityName%% %%Filter4Entity%%
|
|
|
|
|
|
|
|
|