DLSS Posted August 9, 2006 Share Posted August 9, 2006 i'm looking for a tool wich can index all filenames inside a folder to a textfile. does anyone kno such a tool ? any suggestions ? Quote Link to comment Share on other sites More sharing options...
FrihD Posted August 9, 2006 Share Posted August 9, 2006 Which OS are you running ?? linux (certainly bsd & mac) : ls -l > out.txt I don't know cmd line scripting in windows. Bur DIR list the current directory. Quote Link to comment Share on other sites More sharing options...
DLSS Posted August 9, 2006 Author Share Posted August 9, 2006 Which OS are you running ??linux (certainly bsd & mac) : ls -l > out.txt I don't know cmd line scripting in windows. Bur DIR list the current directory. ye im running windows @the moment (am a gamer ....) problem with the cmd dir method is that the folder contains a lot of files and most of them are not listed ...(dissapear out of the window , not scrollable) Quote Link to comment Share on other sites More sharing options...
Sparda Posted August 9, 2006 Share Posted August 9, 2006 xcopy /L C:* >> C:filelist.txt Quote Link to comment Share on other sites More sharing options...
DLSS Posted August 9, 2006 Author Share Posted August 9, 2006 thnx sparda but it doesn't work im trying the rudementary dir /p Quote Link to comment Share on other sites More sharing options...
Sparda Posted August 9, 2006 Share Posted August 9, 2006 It does work... and why are you using dir /P? You are out putting it to a file, you don't want it to pause after each screen... do you? Quote Link to comment Share on other sites More sharing options...
DLSS Posted August 9, 2006 Author Share Posted August 9, 2006 yeah but this way i can grab the list in 3/4 times and copy it to a text file manually ... btw why arent u on vent ? :cry: Quote Link to comment Share on other sites More sharing options...
Sparda Posted August 9, 2006 Share Posted August 9, 2006 My mic is broken. Just put >> *path to file* on the end of the dir command. Quote Link to comment Share on other sites More sharing options...
jollyrancher82 Posted August 9, 2006 Share Posted August 9, 2006 cd / dir /S > file.txt Quote Link to comment Share on other sites More sharing options...
DLSS Posted August 9, 2006 Author Share Posted August 9, 2006 cd /dir /S > file.txt thats gr8 and it works like a charm thnx thnx thnx thnx <3 ya m8 :P Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.