i've found the way how to do it.

Code: 
for F in {1..100}; do cp file.zip file_$F.zip; done