This is what I mean by "I set up the environment variable for d drive
I am using windows 10 and I have installed Kafka in D drive. So when I set up the environment variable for d drive it does not work. I want to know if is it even possible to set an environment variable for something present in D drive? So basically I want to run kafka server and for that I am setting path of kafka directory in environment variables. There are many bat files in kafka directory,which i need to run. So once this environment variable is set. I can use these kafka commands from anywhere and don't need to open my command prompt in kafka directory only.
I hope now i have provided enough information. It should work like this: In cmd: when i type kafka-server-start.bat ./config/server.properties it should start this server.
