Search found 4 matches

by mattman5791
07 Oct 2011 11:58
Forum: DOS Batch Forum
Topic: Help with piping!
Replies: 0
Views: 5791

Help with piping!

I have been working on a project for school and came to the very end but now I am confused. If any one can explain this to me it would be much appreciated. Take the out.file.INITIALS as input for the sort command to reverse the sorting order, use this output (hint: Piping) as input to the find comma...
by mattman5791
25 Sep 2011 18:07
Forum: DOS Batch Forum
Topic: Need some help
Replies: 9
Views: 8680

Need some help

Hey guys I need some help with a batch file I am creating. I can't figure out how to list these media files on my computer .mp3, mpa, .asf, .avi, .flv, .mov, .mp4, .mpg, .swf, .vob, .wmv I know I need to use dir but I can't figure it out. Any help would be appreciated! Thanks!
by mattman5791
17 Apr 2011 11:10
Forum: DOS Batch Forum
Topic: Batch file for simple directory navigation
Replies: 1
Views: 3100

Batch file for simple directory navigation

Can any one give me a hand creating a batch file that asks the user what directory they want and then switches to that directory?

Thanks
by mattman5791
15 Apr 2011 12:04
Forum: DOS Batch Forum
Topic: Help with batch file
Replies: 1
Views: 2991

Help with batch file

Hey guys I need help creating a batch file or at least getting started. Here's what I have to do. 1.ask the user for the name of a directory using user defined variables. 2.Ask the user for text to insert into a file using user defined variables. 3. Get a list of all.txt files located in the c:\\ dr...