Dashboards course - unable to launch free trial

Launching the dash.bat file i know i can ignore the “cannot find node” message but it is also telling me it cannot locate q?

Error message:

windows cannot find 'q' make sure you typed the name correctly, and then try again

What my command prompt says:

C:\Users\RachelMcConaghy\Downloads\KXDashboards-2.15.2\dash>START "Upload Server" node data\uploads\server.js 4200 "http"
The system cannot find the file node.

C:\Users\RachelMcConaghy\Downloads\KXDashboards-2.15.2\dash>START "Demo Data" q sample\demo.q -u 1
The system cannot find the file q.

C:\Users\RachelMcConaghy\Downloads\KXDashboards-2.15.2\dash>q dash.q -p 10001 -u 1
'q' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\RachelMcConaghy\Downloads\KXDashboards-2.15.2\dash>PAUSE
Press any key to continue . . .

Assuming it cannot locate my license file or something? help

You need to have q on your PATH environment variable.

You can set it temporarily, see: Installing kdb+ | Learn | kdb+ and q documentation - kdb+ and q documentation

Or permanently, see: How to Add to Windows PATH Environment Variable