Thanks for all those who tried to answer i've been playing with comande split and found the solution my self all you have to do is write the code like this
split (directory of the file to be split) (director of the new file/its name)
for example
split 21502154120\superwpa 21502154120\untitled folder\superwpapart -l 50
this means that the file superwpa will be split in the folder named "untitled folder" and the new files will be named "superwpapart"


