I want the user to input the path of the bin directory and then store that path to system variable path
i tried this
set /p path = Please specify the path to the bin folder
echo Path is set to = %path%
does not seems to work
Basically i want the user to enter the path and that entered path gets permanently stored in the system variable 'path' hope i am more clear now