Open Fire as a service (yes i read the install guide)

trying to get Open Fire to run as a windows service (services.msc)

went through this http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install- guide.html

keep getting error in the CMD prompt stating “The system cannot find the path specified”

i have tried every combonation and keep getting this error

i have checked for the service, refreshed e/t/c nothing

the openfire-service.exe is in the folder under

C:\program files\openfire\bin

let us assume you are correct with the path, and that the OS of the server is 32bit (64bit will have a different path, and not server 2008 (server 2008 may not let you do it)

at a command prompt

cd c:

:>cd \

C:>cd “program files”

C:\Program Files>cd openfire

C:\Program Files\Openfire>cd bin

C:\Program Files\Openfire\bin>openfire-service.exe /install

that was it, thanks!