$(project)

Is it possible to some how access (set as currect project) CDB from sub-directory.
Like:
#define project=”"subfolder/cdbname” - this is not working unfortunatly
Is there some other way to define path to subfolder so $(project) will work?

What are you trying to do?

Maybe replace the / with \ ?

This works for example:

#DEFINE PROJECT="dummy\cdbname"

+PROG TEMPLATE
KOPF
TXE $(PROJECT)
ENDE

and shows “dummy\cdbname” in the report file.

Yea I figured it out (tried both / \ ofcourse)
It works #define project=“subfolder\projectname”
but you cant have any spaces in project name or folder name which I previously had