That won't work.

But this version MIGHT work:

;@DC ;@EXEC_ONCE "cd /drive0/var/games && ./emptriv"

Or possibly this, but it is more wasteful of memory:

;@DC ;@EXEC_ONCE /bin/bash -c "cd /drive0/var/games && ./emptriv"