home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Plugins & Erweiterungen
LEDs zur Statusanzeige (REC / AWAYmode)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="netexplorer" data-source="post: 729287" data-attributes="member: 87577"><p><strong>AW: LEDs zur Statusanzeige (REC / AWAYmode)</strong></p><p></p><p>Dann könnte es so gehen:</p><p>[CODE]</p><p>@echo off</p><p>IF EXIST REC.txt GOTO LED_AUS</p><p></p><p>:LED_EIN</p><p>"C:\Program Files (x86)\LEDSdriver\LEDSdriver.exe" USEREVENT0=1</p><p>ECHO "LED_EIN" > REC.txt</p><p>GOTO ENDE</p><p></p><p>:LED_AUS</p><p>"C:\Program Files (x86)\LEDSdriver\LEDSdriver.exe" USEREVENT0=0</p><p>del REC.txt</p><p>GOTO ENDE</p><p></p><p>:ENDE</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="netexplorer, post: 729287, member: 87577"] [b]AW: LEDs zur Statusanzeige (REC / AWAYmode)[/b] Dann könnte es so gehen: [CODE] @echo off IF EXIST REC.txt GOTO LED_AUS :LED_EIN "C:\Program Files (x86)\LEDSdriver\LEDSdriver.exe" USEREVENT0=1 ECHO "LED_EIN" > REC.txt GOTO ENDE :LED_AUS "C:\Program Files (x86)\LEDSdriver\LEDSdriver.exe" USEREVENT0=0 del REC.txt GOTO ENDE :ENDE [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Plugins & Erweiterungen
LEDs zur Statusanzeige (REC / AWAYmode)
Contact us
RSS
Top
Bottom