delete a file in protected mode env(like windows xp)

Posted by JGC on Stack Overflow See other posts from Stack Overflow or by JGC
Published on 2010-04-01T21:41:31Z Indexed on 2010/04/01 21:43 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about 8086

Related posts about assembly