delete a file in protected mode env(like windows xp)
- by JGC
hi
I write a program to delete a file from somewhere of my harddisk in 8086
but when i use int 21h (ah=41h) an error happens and carry set to 1.and I cannot delete that.
does anyone know what can I do?
I think it should be from protected mode which does not allow my program to delete another file.I want the answer and language is not matter.