Fixed setup script for the streaming cable.

userHead mattepearce 2019-01-04 01:50:27 1827 Views3 Replies
I had to update the setup script to use a new device name. Change the text of the find command in your setupenv file to match the name of the device in device manager.

Code: Select all

echo "%%f"|find "Remote NDIS Compatible Device" >nul if !errorlevel!==0 ( echo The operation completed successfully. goto :setIP