DOSCreate
Creates a file in the DOS partition
#include <nwdos.h>
int DOSCreate (
const char *fileName,
int *handle);
If the file does not exist, DOSCreate creates it with read/write access. If the file does exist, it is truncated to zero bytes in length.