December 15, 200223 yr I use Windows MELet's say that I have a folder, called ..../AVSIM_Downloads.And in that folder there are say, like 9,248 separate files.And let's say that I want to make an EXCEL based list of those files so that I can categorize and do some file maintenance...Without retyping the file name of each one, how can make windows produce a list of these that I can paste into EXCEL.Thanks in advanceBobL
December 15, 200223 yr I'm running Linux right at the moment but I recall this would work just fine:Select Start->Run. Type in command.Find the proper directory (cd X:whatever) and type:dir /b > list.txtI know there are much more elegant ways to do this, for instance there is some application that will let you do this by putting an extra command in explorer (actually, in the SendTo folder).However, this should work as well.Regards,Dave
December 17, 200223 yr Well it may have worked for him but you lost me altogether.mine is in d:fs2002now what exactly would you type in the run window?
December 18, 200223 yr Hello,In the "run window", type command. Then type:d:cd fs2002 (if this is the directory you mean)List the files:dir /b > list.txtOr even shorter, though:dir d:fs2002 /b > d:fs2002list.txtThe file will then be found in the fs2002 folder and named list.txt, obviously.Dave
December 19, 200223 yr In the "run window" I suppose you mean the Command Prompt.Cheers,Paulhttp://www.strontiumdog.plus.com/sbird.jpgOfficially licenced by British Airways plc for use of name and logo
December 19, 200223 yr Alright, that's probably what he meant.Anyhow, just open up the command prompt and try the commands. :)Dave
Create an account or sign in to comment