![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Scan Which Folders do not Include Cetrain Files i have one folder full of a bunch of sub-folders. each of the sub-folders should have a file with the extension ".cue" within them, but some may not. what i want to do is somehow scan all these sub-folders without the ".cue" file and deal with those folders. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Scan Which Folders do not Include Cetrain Files Hi, dannymichel. As an old-timer, comfy at the C:> prompt, I probably would open a Command Prompt window and use the good old Dir command from MS-DOS days: Dir c:\<foldername>\*.cue /s Dir produces a Directory, as you probably know or might guess, of <foldername>. The * is a wildcard substituting for ANY filename, so *.cue should list every file with the .cue extension. The /s switch means to include files in all subfolders. This is the opposite of what you want, but any folder whose name does NOT appear in the listing is a target for you to "deal with". In the Command Prompt window, type any command followed by /? to see a mini-Help file listing all the switches and parameters available with that command. Dir /? will explain the /s switch and other options. In the GUI, I'd probably use Vista's Search command to do the same thing: Press the Start key and type "C:\foldername\*.cue" and see which folders do NOT show up. But I haven't really used this one much so I'm not sure how well it works. RC -- R. C. White, CPA San Marcos, TX rc@xxxxxx Microsoft Windows MVP (Running Windows Live Mail 2008 in Vista Ultimate x64 SP1) "dannymichel" <guest@xxxxxx-email.com> wrote in message news:8ce8760ca9a0c09f71cdd1443a4b1e10@xxxxxx-gateway.com... Quote: > > i have one folder full of a bunch of sub-folders. each of the > sub-folders should have a file with the extension ".cue" within them, > but some may not. what i want to do is somehow scan all these > sub-folders without the ".cue" file and deal with those folders. > > > -- > dannymichel |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Scan Which Folders do not Include Cetrain Files thank you for replying.i really appreciate it. the thing is i already know how to do a search for any file with a specific extension in a folder and any sub-folder in it. i really really need a list of folders like List of folders without .cue in them: D:\folder\folder knowing what folders they are in is not going to do anything for me. i need a list, whether it be in a text file or just in explorer. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Scan Which Folders do not Include Cetrain Files dannymichel <guest@xxxxxx-email.com> wrote: Quote: > >thank you for replying.i really appreciate it. >the thing is i already know how to do a search for any file with a >specific extension in a folder and any sub-folder in it. > >i really really need a list of folders like >List of folders without .cue in them: >D:\folder\folder > >knowing what folders they are in is not going to do anything for me. >i need a list, whether it be in a text file or just in explorer. Run a search for *.cue and start the search in the top folder In the first column will be every file. In the second will be all their locations. DDW -- Reply via this group No email please |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Scan Which Folders do not Include Cetrain Files thanks for replying. i dont want to know where the cues are. i want to know where the cues arent. i want whatever app it is to exclude the folders with the cues and just show me the ones without |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| ANN: Using include files | VB Script | |||
| Windows Fax and Scan: Preview or scan images as separate files | Vista print fax & scan | |||
| Can Vista Backup tool include folders that I specify, or is it just the basic tickbox choices? | Vista General | |||
| Windows Fax and Scan: Scan using smaller files | Vista print fax & scan | |||
| INCLUDE files | PowerShell | |||