Reply To: Any way to stop Firefly from scanning on startup?

#6838
rpedde
Participant

@fizze wrote:

Check out this:
http://www.windowsitpro.com/Article/ArticleID/22582/22582.html

a script like:


sleep 120
"c:program filesfireflyfirefly.exe"

(or however to start firefly on win32)

the “sleep 120” part will the script cause to be paused for 120 seconds.
[/code]

probably:


net start "Firefly Media Server"

.. would be the way to start it on win32. You’d want to set the service to manual rather than automatic in control panel -> admin tools -> services.

— Ron