Re: Remove mkv file
[QUOTE=Gadjan;310888] but if I don't delete it right away then I forget to do it on the next boot :)[/QUOTE]
... so each time you've got some file or dir to remove at next boot,
you can write it in such a bat command file like C:\users\toto\todo\filetoremove.bat
with the simple dos remove command like
[FONT="Courier New"]
rm c:\path\to\dir\filename.ext
rm c:\path\to\dir2\filename2.ext
...
rmdir c:\path\to\dirtoremove
...
[/FONT]
and you never forget anything
just because your pc keep it in mind four you
:)
[QUOTE=Gadjan;310888] but if I don't delete it right away then I forget to do it on the next boot :)[/QUOTE]
... so each time you've got some file or dir to remove at next boot,
you can write it in such a bat command file like C:\users\toto\todo\filetoremove.bat
with the simple dos remove command like
[FONT="Courier New"]
rm c:\path\to\dir\filename.ext
rm c:\path\to\dir2\filename2.ext
...
rmdir c:\path\to\dirtoremove
...
[/FONT]
and you never forget anything
just because your pc keep it in mind four you
:)
Comment