Search found 3 matches

by gusarta
12 Jul 2009 21:57
Forum: DOS Batch Forum
Topic: Listing files with exclusion
Replies: 13
Views: 17975

@jeb : Thank you for your script and suggestion, but I still trying to figure out to run your script as all I get is totalFiles = 0, totalSize = 0 all the time no matter which folder I put in. @avery_larry : I already have the backup tools, I just need to check to make sure all the necessary files a...
by gusarta
10 Jul 2009 02:13
Forum: DOS Batch Forum
Topic: Listing files with exclusion
Replies: 13
Views: 17975

ghostmachine4, RElliott63, avery_larry : Thank you guys for your reply and suggestion, maybe I'm not giving enough information on what I really want to do, it is my mistake. here goes, what I actually needs is when I run dir /s, I got the summary (xx files, xx folders, xx Bytes, xx Bytes Free). Now ...
by gusarta
06 Jul 2009 04:39
Forum: DOS Batch Forum
Topic: Listing files with exclusion
Replies: 13
Views: 17975

Listing files with exclusion

Hi,

I want to list files and folders (like using dir /s) on a certain folder but I also want to exclude some file extention, for instance *.mp3.
Is there anything from Dos scripting function that can make me list certain folder with some files excluded?

Thank you for your attention and help.