CDROM-Guide forums  

PDA

View Full Version : Here's Brute Force batch file, to fit on dvdr


   
maze
Jun 06, 2003, 08:00 PM
This is a batch file to delete the files that are not needed, so it can fit on a dvdr. this is for NT/2k/XP only you would need to change the rd to deltree for 9x (who still uses 9x). open notepad and copy the five line below and save it as "anything.bat" and put it in the root directry of brute force and click on it then delete the batch file.


rd /s /q fx
rd /s /q Mech
rd /s /q Movies
del dashupdate.xbe
del update.xbe
del demos.xbe

:tup:

Alexoi
Jun 06, 2003, 09:05 PM
Just deleting those still won't fit onto a dvdr disc.

Frostbite
Jun 06, 2003, 11:24 PM
Yeah, I think you also have to delete the "Movies" folder, too.
So maybe there should be another line saying:

rd /s /q Movies

maze
Jun 07, 2003, 12:29 AM
Thanks i will add it to the top "Frostbite", i forgot about it