To install kafka , I downloaded the kafka tar folder. To start the server I tried this command :
bin/zookeeper-server-start.sh config/zookeeper.properties <
This happens because bin/windows is added to the path but kafka/config is not. Just navigate to your kafka folder and then try to run. I am adding screenshot if it can help.
bin/windows
kafka/config
Before
After