Advertisement
arkader

es-kinect

Oct 22nd, 2021
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.27 KB | None | 0 0
  1. @ECHO OFF
  2. ECHO Congratulations! Your first batch file was executed successfully.
  3. cd "C:\Program Files\Azure Kinect SDK v1.4.1\tools"
  4. set location=%cd%
  5. echo Your current dir is %location%
  6. AzureKinectFirmwareTool.exe -l
  7. :loop
  8. echo emal
  9. timeout /t 15
  10.  goto loop
  11. ech
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement