Advertisement
arkader

es-kinect-viewer

Oct 30th, 2021
1,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.24 KB | None | 0 0
  1. @ECHO OFF
  2. cd "C:\Program Files\Azure Kinect SDK v1.4.1\tools"
  3. echo Your current dir is %cd%
  4.  
  5. set /p userInput=How many Azure Kinect Viewer do you want to open?
  6.  
  7.  
  8. FOR /L %%A IN (1,1,%userInput%) DO (
  9.   ECHO %%A
  10.   start k4aviewer.exe
  11. )
  12. PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement