You might want to check your /benchfwrite. if test.txt doesn't exists, /fopen throws an error "* fopen unable to open 'x'"
and I posted my bench test alias for the two commands. Do you see nd error in it?
Im not trying to argue, or undermind you, was just pointing out that a simple /write command:
- opens the specified file(or creates it)
- seeks to the end of the file
- writes the specified data
- closes the file
Which is why I mentioned your benchfwrite alias was a little sckewed
