mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #320] Command line parameters #288
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JT230781 on GitHub (Aug 22, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/320
Hello, let me start by saying great job!!!
However I think the command line parameters are not working...
I currently use task scheduler to start the app when I log on and
It would be great if the app could be started without the UI being displayed...
Hope you get the time to fix this small issue...
Thanks in advance!
@hirschmann commented on GitHub (Aug 22, 2017):
I'm glad you like NBFC :)
The NBFC GUI client supports only one parameter: -tray
It works as expected and sends the app to the system tray.
If you don't want to see the GUI at all (not even in the tray), don't start it at all. The service runs perfectly fine without any client attached.
Also, the GUI client has a built-in autostart option.
I guess you use the task scheduler to start the client with elevated privileges, but that's not necessary. The client is able to connect to the service from any user session.
@JT230781 commented on GitHub (Aug 23, 2017):
Hello hirschmann,
Thanks for the quick reply!
I tried using /tray and /auto as stated in the manual but it wasn't working. I'll try -tray later on and report back!
Also nice to know that the service can run without a client attached but
I do prefer seeing cpu temp in the tray.
@hirschmann commented on GitHub (Aug 24, 2017):
The old manual (.pdf) is outdated.
Refer to the NBFc wiki instead: https://github.com/hirschmann/nbfc/wiki
@JT230781 commented on GitHub (Aug 24, 2017):
Ah I see,
Tested it and it works as expected! 💯
Thanks for the info and keep up the good work!!! :) 🥇