readfile

  1. G

    Windows 8.1 CRC error reading volume.

    I am using CreateFile to open a snapshot volume, and ReadFile to read from it. On one system I had an attempt to read 1 mb fail with a CRC error. As I understand it, the drive should be doing its own bad sector mapping, but apparently it's not. I know that NTFS has bad sector handling, does...
  2. M

    Windows 7 Input redirection does not work with DOS commands

    I was trying to get the 'CD' (change directory) DOS command to work with input redirection (left arrow), but could not do so, tho, thank goodness, I found PUSHD&POPD so I no longer need CD in my .BAT now. However, I could not get any of these commands to work either: TYPE, MORE, and especially...