2017-05-29, 03:32 PM
The wiki doesn't use the (X86) variable since I wanted something 32/64 bit compatible but yours should work.
The way I tested it was to check my poststartup.bat and run
start "" /b "%PROGRAMFILES%\NPVR\NextEnd.exe" --monitor
timeout 1
Then I stopped the recording server and ran it manually
NRecord RUN
Without the timeout NextEnd was not logging. Note, it seems others are reporting start /b problems on Win 10 1703, not related to NextEnd.
No that won't work the problem is after the start /b not before.
Martin
The way I tested it was to check my poststartup.bat and run
start "" /b "%PROGRAMFILES%\NPVR\NextEnd.exe" --monitor
timeout 1
Then I stopped the recording server and ran it manually
NRecord RUN
Without the timeout NextEnd was not logging. Note, it seems others are reporting start /b problems on Win 10 1703, not related to NextEnd.
Graham Wrote:Try ping first and then start
No that won't work the problem is after the start /b not before.
Martin