Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- how to enter multiple varibles into a single batch command
- dir c: /s /b /a | findstr /c:"my file" /c:"other" /c:"other 2" ...
- for /R c: %i in ("my file" "other" "other2") do @echo %i
- for %i in ("my file" "second file") do dir c: /s /b /a | find %i
Advertisement
Add Comment
Please, Sign In to add comment