| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Member Join Date: Aug 2005
Posts: 146
| I need a program that can.. ..read a directory of files and output the filenames into a TXT file.
__________________ AMD Athlon XP 2000+ Albatron KX18DS Pro BenQ 1655 (retail/BCDB) Windows XP Home SP2 (NVIDIA IDE) Corsair Value Select (1GB/dual channel) Sapphire RADEON 9200SE Atlantis 128MB DDR Western Digital 80GB IDE Seagate 120GB IDE Thermaltake Silent PurePower 420W Chieftec Matrix case |
| | |
| | #2 (permalink) |
| Moderator, Editor & CD Freaks Guru Join Date: Jun 2005 Location: Italy
Posts: 17,398
| Re: I need a program that can.. open a "command prompt" (start button --> Run --> cmd --> enter) and type Dir "NameDir" > "NameFile.txt" where namedir is the name of the dir you want read, > is the character >, and namefile.txt is the file containing the list If you use Dir "NameDir" /s > "NameFile.txt" the txt file will contain also all subdirectories contents |
| | |
| | #3 (permalink) |
| CD Freaks Member Join Date: Aug 2005
Posts: 146
| Re: I need a program that can.. Sweet! Thanks for the tip.
__________________ AMD Athlon XP 2000+ Albatron KX18DS Pro BenQ 1655 (retail/BCDB) Windows XP Home SP2 (NVIDIA IDE) Corsair Value Select (1GB/dual channel) Sapphire RADEON 9200SE Atlantis 128MB DDR Western Digital 80GB IDE Seagate 120GB IDE Thermaltake Silent PurePower 420W Chieftec Matrix case |
| | |
| | #6 (permalink) |
| Senior (non-technical) Admin Join Date: Mar 2000 Location: Eindhoven, The Netherlands
Posts: 13,475
| Re: I need a program that can.. DOS commands rule!
__________________
|
| | |
| | #7 (permalink) | |
| Moderator, Editor & CD Freaks Guru Join Date: Jun 2005 Location: Italy
Posts: 17,398
| Re: I need a program that can.. Quote:
![]() My knowledge of DOS commands is really limited. I don't know how to create such a file. I'll ask to a friend (informatic engineer), but I'm not able to do it by myself. | |
| | |
| | #8 (permalink) | |
| CD Freaks Member Join Date: Jun 2005
Posts: 218
| Re: I need a program that can.. Quote:
To clarify, There's a tip on doing this on www.onecomputerguy.com , but the text file created goes to the root directory (C , and I'd like to modify it so it'll go in the directory that is listed.Last edited by petremure; 26-02-2006 at 11:05. Reason: details | |
| | |
| | #9 (permalink) |
| CD Freaks Expert Join Date: Jan 2004
Posts: 575
| Re: I need a program that can.. petremure, is this the batch file you are referring to? Code: @echo off dir %1 /o:g > c:\directory.txt start /w notepad /p c:\directory.txt del c:\directory.txt exit |
| | |
| | #10 (permalink) |
| CD Freaks Member Join Date: Jun 2005
Posts: 218
| Re: I need a program that can.. yes, that's it! thanks a lot! i hope it works, it's a very good solution for this task, saves one from having to use one of several apps available on the www. why on earth didn't big bill implement it in windows as a default? |
| | |
| | #11 (permalink) |
| New on Forum Join Date: Feb 2006
Posts: 7
| Re: I need a program that can.. hey I had needed this before and spent ages trying to find a freeware sofware that did this. have a look at: http://www.snapfiles.com/get/lsfilelist.html |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which Program to get??????? | sotexpb | Burning Software | 0 | 11-09-2006 22:55 |
| Best Program to get | sotexpb | Copy Protection | 0 | 09-09-2006 18:55 |
| Is there a program for this? | MzBehaving | Video Edit Software | 2 | 02-09-2006 09:21 |
| DVD Burning Program named SwiftDic 1.64. Great Program! | legendarygamer | Burning Software | 0 | 25-06-2005 04:42 |
| What's the BEST PROGRAM? | GIJoe | Newbie Forum | 5 | 20-12-2001 15:43 |