Help‎ > ‎How To‎ > ‎

Add FBCMD to your PATH

Windows

[right click] My Computer -> Properties -> Advanced System Settings -> Environment Variables
and add ;C:\Program Files\fbcmd at the end of PATH
If you have installed to a different directory, substitute your directory instead.
The installation utility should do this, but it may require a reboot.

Mac/Linux

Note: The default installation directory is /usr/local/lib/fbcmd/ and the installation adds a script to /usr/local/bin.  Apparently, in some Mac OS X versions, 
/usr/local/bin
is not in your path by default.  To add it:
open your your ~/.bash_profile file (ie: open up a command window and nano ~/.bash_profile)
and add the line:
PATH=$PATH:/usr/local/bin/; export PATH

(of course, if you installed to a different directory, you can add that directory to your path instead)
Comments