Search:

Type: Posts; User: someonenearHim

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    10,842

    Info about XP..

    Where can i get the inf about differences in Win98 and WinXP DOS mode or i/o subsystem and interrupt system in XP ?
    Thanks a lot for the help.
  2. Replies
    16
    Views
    10,842

    Couldnt get the code to work

    Hello WaltP,
    You helpfully gave me the code but i could not get it to work.The compiler says that 'reg',setbuf' is not defined.And the character placed inside the intr() function...
  3. Replies
    16
    Views
    10,842

    What about XP ?

    Is is possible to directly read disk sectors through TC when i am running WinXP ?
  4. Replies
    16
    Views
    10,842

    Thanks.

    Thanks WaltP.:)
  5. Replies
    16
    Views
    10,842

    Where did 'file' come from ?

    Hello,
    I do not want to create or read any file directly from the HDD.I want to read the root directory of my HDD modify some values in it.I do not wish to create any handle to any file or...
  6. Replies
    16
    Views
    10,842

    Using inbuilt function ?

    Thanks for the code.I will try to use it.But,why can't i use any inbuilt functions,after all roads leads to BIOS services !!!
  7. Replies
    16
    Views
    10,842

    Reading disk sectors directly in C/C++.

    How do i directly read the disk sectors on my HDD in Turbo C/C++?I am working in win98 environment.'absread' or 'abswrite' gives 'Unknown error"
    When i use F8 and get the machine into DOS,the error...
  8. Replies
    2
    Views
    2,070

    I know that.

    Thanks Bubba,i already know what all u have written.But still i nedd that function ar something like that.Please send me any inf if u get it.
  9. Replies
    2
    Views
    2,070

    Using absread

    I want to write just a byte to the root directory of a floppy disk at some offset(say 100,root dir is sector no 19).How can i do this ?I was recommended touse absread and abswrite.But how to write to...
  10. Replies
    0
    Views
    1,476

    Using absread.

    I want to write just a byte to the root directory of a floppy disk at some offset(say 100,root dir is sector no 19).How can i do this ?I was recommended to use absread and abswrite.But how to write...
  11. Replies
    2
    Views
    1,269

    Writing directly to floppy.

    i want to write directly to some logical sector on the floppy(say sector 19 offset 100h).how can i do this(without using assembly) in C or C++ ?:confused:
  12. Writing directly to sectors on a floppy.

    i want to write directly to some logical sector on the floppy(say sector 19 offset 100h).how can i do this(without using assembly) in C or C++ ?
Results 1 to 12 of 12