I'm so used to it being the other way around, anyway...
In XP I can write to the CONTENT.IE5\INDEX.DAT file using the flags GENERIC_WRITE and FILE_SHARE_READ|FILE_SHARE_WRITE. But that method doesn't work with the 2K OS, I changed GENERIC_WRITE to GENERIC_WRITE|GENERIC_READ and GENERIC_ALL, but those don't work either. How should I access it in 2K???