Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
list all files in a dir & subdir
Name: coolgoose Date: March 16, 2006 at 10:12:05 Pacific OS: Windows 2000 CPU/Ram: 128 Product: microsoft
Comment:
I have a folder which has sub folders and inside the sub folders has files. how do i get list of all the files present in subfolders also. I used dir > asd.txt but i just get the directory name and files for that directory only. it will not go to the subfolder and list the files inside the subfolders eg Compounds/Reports/test.txt
Summary: How do you create a list of all the files on you computer using 'dir'? Please help! Note: I am not trying to list the files in a specified folder, but trying to list all the files (hundreds of thousan...
Summary: Hi! Mechanix2Go I had came up with the following solution but now it started to drive me mad as HITS is always set to 0. Could you explain what am I doing wrong @ECHO OFF REM Create an up to date li...
Summary: Ok. Say I have 500 folders, I want to only move the 200 I have in a list, the list has the full path name for each folder. Ex. E:\My Documents\Stuff\More Stuff\Folder 321 So, how can I make a batch ...