how to list folder contents into a .txt-file

This is a discussion about how to list folder contents into a .txt-file in the Everything New Technology category; hi folks!! can anybody tell me how i can list the files a folder contains into a. txt-file ??.

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar06.webp

2 Posts
Location -
Joined 2006-03-24
hi folks!!
can anybody tell me how i can list the files a folder contains into a .txt-file ??

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 24
Created
Mar 24
Last Response
0
Likes
<1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar09.webp

1019 Posts
Location -
Joined 2004-12-21
Start->Run:
 
cmd
 
dir "C:\Myfolder\My stuff\*.*" /B > list.txt
 
This creates new text file called list to current dir.
 
forgot /B.
[Edited by Wilhelmus on 2006-03-24 08:14:34]