Two-agent NK DSGE model

I am replicating ‘The TANK Model’ of Valerio Nispi Landi.
However, I found ERROR: Could not open file: tank.mod.
What do you suggest me to do. I am new to dyname and NK DSGE.
Thanks in advance

I run the following commands in matlab.
addpath (‘C:\Users\Dell\Downloads\TANK_zip’)
addpath (‘C:\dynare\6.2\matlab’)
dynare tank
Starting Dynare (version 6.2).
Calling Dynare with arguments: none
ERROR: Could not open file: tank.mod
Preprocessing time: 0h00m00s.
Error using dynare (line 297)
Dynare: preprocessing failed

Your current directory in Matlab needs to be

C:\Users\Dell\Downloads\TANK_zip

Just adding it to the path is not sufficient.

Thanks @jpfeifer, it works.