Ok so I have been having trouble getting a rather simple batch file to work. All it's suppose to do is delete all .ini and .jpg files out of my music folders but everytime I run it it doesn't delete anything. This is most probably 'n logic error on my side but I have been doing some research on various sites but I can't find any problem. Here is what I have atm : del /F /S "D:\Stuff\Media\Music\*.ini" del /F /S "D:\Stuff\Media\Music\*.jpg" Thanks