If I do in XP command line:
dir d:\*mov*
I get a list of files contaning mov, move, Moving etc. How do I get the opposite, files not containing mov?
Thanks!
|
If I do in XP command line:
I get a list of files contaning mov, move, Moving etc. How do I get the opposite, files not containing mov? Thanks! | |||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
I see aking1012's response and I raise him...
The restriction on the dir command hides directories and the /i parameter on the find ignores case. | |||
|
feedback
|
|
this might do the trick: | |||
|
feedback
|