zbarcam.bat 298 B

123456789
  1. @set PATH=%PATH%;D:\ZBar\bin
  2. @echo This is the zbarcam output window.
  3. @echo Hold a bar code in front of the camera (make sure it's in focus!)
  4. @echo and decoded results will appear below.
  5. @echo.
  6. @echo Initializing camera, please wait...
  7. @echo.
  8. @zbarcam.exe --prescale=640x480
  9. @if errorlevel 1 pause