Search found 1 match

by dimitree#_#
09 Jan 2022 10:57
Forum: DOS Batch Forum
Topic: How to search for .ini .bat files in the Windows folder
Replies: 5
Views: 3895

How to search for .ini .bat files in the Windows folder

Hi community,
I need to write a batch file which shows me all .ini .bat and .txt files in the c:\windows folder side by side. After every file found I need a PAUSE before the next file is searched.
I am kinda lost and I dont have any idea how to do that. Do I need to use the DIR or SET cmd?