Search found 3 matches

by EpicBlargh
11 Sep 2012 20:22
Forum: DOS Batch Forum
Topic: How to list files in a folder with input?
Replies: 4
Views: 2351

Re: How to list files in a folder with input?

foxidrive wrote:Can you describe what you need to do more thoroughly?

This should display the files in the current directory.

dir /b /a:-d

Actually, how would I modify this to list folders in a different folder rather than the current one?
by EpicBlargh
11 Sep 2012 20:14
Forum: DOS Batch Forum
Topic: How to list files in a folder with input?
Replies: 4
Views: 2351

Re: How to list files in a folder with input?

What I'm trying to do, is make a user input in a batch file. It automatically lists...

I just figured it out in my head. Well, with help from your line too.

Thank you :D
by EpicBlargh
11 Sep 2012 15:11
Forum: DOS Batch Forum
Topic: How to list files in a folder with input?
Replies: 4
Views: 2351

How to list files in a folder with input?

I want to automatically display all files in a folder, but I need it to be with input so I can respond with a file name. Any ideas? Help would greatly be appreciated.