I can't help but wonder about the -n switch, the help file says that The -n switch creates the file if it doesn't already exist, fails if it does exist. So if the file doesn't already exist, the -n switch creates the file and the file is opened, why couldn't the file just be opened if it already exists, as if the -n switch weren't used? It makes sense to me.