So I have this script working to tell the person that the file has been made, but the file itself is not being created. Can anyone help? I want the file to be the $nick

Code:
on *:text:!Name*:#MyRoom: { 
  writeini -n $qt(F:\MyBot\Myfile) $nick $+ .ini $nick Name $2-
  writeini -n $qt(F:\MyBot\Myfile) $nick $+ .ini Register Name on
  notice $nick Your character name is registered. Step 2: $2- $+ , Get ready for more!
}