My default solution for this issue is to add adb to your path variable so you can use the adb command from every path.
You can set it e.g. from the console like this:
set path=%path%;x:\path\to\adb
Alternative you can set it via the UI. See also this explanation on java.com.