Guest User

Untitled

a guest
Apr 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @echo off
  2. setlocal EnableDelayedExpansion
  3. set g=0
  4. set list[0]=DATOS
  5. set g+=1
  6. IF !list[%g%-1]!==DATOS (echo COINCIDE) ELSE (echo NO COINCIDE)
Add Comment
Please, Sign In to add comment