maukkae

luxread_i1display.bat

Dec 20th, 2020 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @echo off
  2. echo %1
  3. :read
  4. findstr "Ambient" logitest.txt >>logiclean.txt
  5. del logitest.txt
  6. echo | set /p time=%time%,>>logiclean.txt
  7. start /B spotread.exe -a -x -O>>logitest.txt
  8. timeout /t %1 /nobreak
  9. goto read
  10.  
Add Comment
Please, Sign In to add comment