Search found 4 matches

by umbrellaco
09 Oct 2011 09:27
Forum: DOS Batch Forum
Topic: How to Delet all video file format using batch file
Replies: 7
Views: 7935

Re: How to Delet all video file format using batch file

Well, in this case you can use my first code. Just use C:\ for root , add all audio and video extensions you know to variable extensions and remove the ECHO command in the last line as I told you before. Regards aGerman can u type the code in here that will be great .and i have 2 partition my hard ...
by umbrellaco
05 Oct 2011 07:22
Forum: DOS Batch Forum
Topic: How to Delet all video file format using batch file
Replies: 7
Views: 7935

Re: How to Delet all video file format using batch file

Sorry, but now I'm unsure if I misunderstood your requirement. i need to delet all computer audio video exextensions What does it mean? Do you want to delete each audio or video file? Or does it mean that you want to delete the associations of the file extensions in your registry? Please clarify. R...
by umbrellaco
04 Oct 2011 07:49
Forum: DOS Batch Forum
Topic: How to Delet all video file format using batch file
Replies: 7
Views: 7935

Re: How to Delet all video file format using batch file

@echo off &setlocal :: Rootfolder of files to delete set "root=D:\somewhere" :: extensions of files you want to delete :: you could add more extensions (space separated) set "extensions=*.avi *.mpg *.mp4 *.flv *.wmv" cd /d "%root%" ||goto :eof for /f "delims=&...
by umbrellaco
03 Oct 2011 06:37
Forum: DOS Batch Forum
Topic: How to Delet all video file format using batch file
Replies: 7
Views: 7935

How to Delet all video file format using batch file

i Want to know How to Delet all video file format using batch file & i want add batch file to AUTOEXC.BAT (system configuration editor). how to do it please help me guys .it mean i need to all days run this batch file when computer on