Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @echo off
  2. pushd e:foo1foo2
  3. for /f %%a in ('dir /s/b/ad') do (
  4. if /i "%%~na" NEQ "sample" echo %%~dpa >>c:temp.txt
  5. )
Add Comment
Please, Sign In to add comment