What exactly do you want or you are trying to do.
The difference between Erel's template and mine is only on top of the B4XMainPage module, the Main module is exactly the same.
Erel's template:
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
My template:
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=\%PROJECT_NAME%.zip
'B4A ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4A\%PROJECT_NAME%.b4a
'B4i ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4i\%PROJECT_NAME%.b4i
'B4J ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4J\%PROJECT_NAME%.b4j
In the first line,
Args=Project.zip has been replaced by
Args=\%PROJECT_NAME%.zip.
With this modification the name of the project zip file is not always
Project.zip but
ProjectName.zip where ProjectName is the name of the current project.
No need to always change the name of the zip file.
And I added three more lines which allow to run directly the IDE for another platform with the same project from within the IDE.