Advertisement
BobTheHunted

Untitled

Nov 29th, 2017
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. "P:\MaskColorChecker-master\MaskColorChecker-master\MaskColorChecker\bin\Release\MaskColorChecker.exe" "P:\BTHBC_Zargovia\source\mask01.bmp" tileSize=1024 overlap=64 tilesCount=16 colorsPerTile=5 outputTiles=2
  2.  
  3. TIMEOUT /T 1
  4.  
  5. if exist "P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp" (ren P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp debugMask01.bmp)
  6.  
  7. TIMEOUT /T 1
  8.  
  9. "P:\MaskColorChecker-master\MaskColorChecker-master\MaskColorChecker\bin\Release\MaskColorChecker.exe" "P:\BTHBC_Zargovia\source\mask02.bmp" tileSize=1024 overlap=64 tilesCount=16 colorsPerTile=5 outputTiles=2
  10.  
  11. TIMEOUT /T 1
  12.  
  13. if exist "P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp" (ren P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp debugMask02.bmp)
  14.  
  15. TIMEOUT /T 1
  16.  
  17. "P:\MaskColorChecker-master\MaskColorChecker-master\MaskColorChecker\bin\Release\MaskColorChecker.exe" "P:\BTHBC_Zargovia\source\mask03.bmp" tileSize=1024 overlap=64 tilesCount=16 colorsPerTile=5 outputTiles=2
  18.  
  19. TIMEOUT /T 1
  20.  
  21. if exist "P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp" (ren P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp debugMask03.bmp)
  22.  
  23. TIMEOUT /T 1
  24.  
  25. "P:\MaskColorChecker-master\MaskColorChecker-master\MaskColorChecker\bin\Release\MaskColorChecker.exe" "P:\BTHBC_Zargovia\source\mask04.bmp" tileSize=1024 overlap=64 tilesCount=16 colorsPerTile=5 outputTiles=2
  26.  
  27. TIMEOUT /T 1
  28.  
  29. if exist "P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp" (ren P:\BTHBC_Zargovia\source\Bad_Tiles\debugMask.bmp debugMask04.bmp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement