Hello,
I want to make a Batch file which deletes all these files:
c:\Program Files (x86)\Windows Live\Mail
c:\Program Files (x86)\Windows Live\Photo gallery
c:\Program Files (x86)\Windows Live\Writer
c:\Program Files (x86)\Windows Live\Sync
c:\Program Files (x86)\Windows Live\movie maker
c:\Program Files\Windows Live\Mail
c:\Program Files\Windows Live\Photo gallery
c:\Program Files\Windows Live\Writer
c:\Program Files\Windows Live\Sync
c:\Program Files\Windows Live\movie maker
can you please help me to make a good Batch?(or show me the batch to delete them all.
Sincerely,
Pingas
making a batch file
Moderator: DosItHelp
Re: making a batch file
Try
The same for all other folders.
Regards
aGerman
Code: Select all
del /q "C:\Program Files (x86)\Windows Live\Mail\*.*"
The same for all other folders.
Regards
aGerman
Re: making a batch file
it says that i can't do, acces denied
Re: making a batch file
Maybe you need admin rights. I don't know. Did you try to delete some files manually?
Regards
aGerman
Regards
aGerman
Re: making a batch file
thanks alot, found the solution, right mouse button, as Admin
Thanks alot for the Solution
Sincerely,
PINGAS
Thanks alot for the Solution
Sincerely,
PINGAS