Re: Uninstalling and Installing
go into run menu (WINKEY+R) in start menu, type CMD and OK. This opens command prompt.
Navigate to the folder where files you want to delete are, e.g.
c:\>CD Program files\ea games\battlefield 2
del /s *.*
first command Changes Dir and second Deletes all files and folder below the current folder.
answer y if it ask for your confirmation and if you are sure it is the right folder you are deleting from.
Originally posted by MxSuPeRfLy
Navigate to the folder where files you want to delete are, e.g.
c:\>CD Program files\ea games\battlefield 2
del /s *.*
first command Changes Dir and second Deletes all files and folder below the current folder.
answer y if it ask for your confirmation and if you are sure it is the right folder you are deleting from.
Comment