Advertisement
ktostam450

BATCH Basic Paint (not mine)

Sep 29th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @echo off
  2. :klik
  3. For /f "tokens=1,2,3" %%W in ('"Mouse.exe"') do set /a "c=%%W,x=%%X,y=%%Y"
  4. set /a x=x+1 & set /a y=y+1
  5. wbat fill %x%,%y% (1,1) (gray on gray)
  6. goto klik
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement