I am trying to run VLC 0.8.5 as a Windows Service from the command line, and I have tried two variants of what I believe would have worked in 0.8.2
C:\Documents and Settings\Ross MacGillivray>C:\"Program Files"\VideoLAN\VLC\vlc.
exe --ntservice-install --ntservice-name 'VLC' --ntservice-extraintf telnet --rt
sp-host 192.168.0.102
C:\Documents and Settings\Ross MacGillivray>C:\"Program Files"\VideoLAN\VLC\vlc.
exe --ntservice-install --ntservice-name VLC --ntservice-extraintf telnet --rtsp
-host 192.168.0.102
Both variants of the command line cause the VLC GUI to open, but when I look at the services table on Windows XP SP2, I do not find a 'VLC' service listed in the services table.
Has anyone successfully used VLC 0.8.5 as an NT/XP Service?
/Ross