Posted: Sat Aug 05, 2006 12:29 am
My scope cards suffer from the problem that their contacts have become dirty.
This means that, whenever I boot windows, there's about a 50/50 chance that the scope card will not work. The solution to this is to reach behind the tower, wiggle the cable harness coming out of the back of the Scope card, and then re-start sfp.exe.
This gets tiresome.
To alleviate the process, I have written the following simple *.batch file to restart sfp.exe with one click.
Simply save this as restartSFP.bat and store it in your start menu or wherever is convenient for you.
HTH
restartSFP.bat
==============
REM kill the scope process
taskkill /IM sfp.exe
REM this just introduces a short delay whilst the scope process is closed
ping localhost >nul
REM re-load scope
C:ScopeAppBinsfp.exe
This means that, whenever I boot windows, there's about a 50/50 chance that the scope card will not work. The solution to this is to reach behind the tower, wiggle the cable harness coming out of the back of the Scope card, and then re-start sfp.exe.
This gets tiresome.
To alleviate the process, I have written the following simple *.batch file to restart sfp.exe with one click.
Simply save this as restartSFP.bat and store it in your start menu or wherever is convenient for you.
HTH
restartSFP.bat
==============
REM kill the scope process
taskkill /IM sfp.exe
REM this just introduces a short delay whilst the scope process is closed
ping localhost >nul
REM re-load scope
C:ScopeAppBinsfp.exe