I have about 5 or so functions in this program. I need help with one of them. All i'm doing it just copying files from one drive to another. I'm supposed to end up with 96 zip files in the new folder on the other drive ( the one being copied to ). For some reason i'm only ending up with 60 some. I have the directory structure setup properly in previous functions.
( This is all private use by the way... )

Code:
{
	clrscr();
	system("choice Installing MAME roms... /c:. /t:.,05 /n");
	
	system("copy 1941.zip c:\\arcade\\roms >NUL");
	printf("\n1941 copied");
	
	system("copy 1942.zip c:\\arcade\\roms >NUL");
	printf("\n1942 copied");
	
	system("copy 1943.zip c:\\arcade\\roms >NUL");
	printf("\n1943 copied");
	
	system("copy aerofgt.zip c:\\arcade\\roms >NUL");
	printf("\nAero Fighters copied");
	
	system("copy aliens.zip c:\\arcade\\roms >NUL");
	printf("\nAliens copied");
	
	system("copy altbeast.zip c:\\arcade\\roms >NUL");
	printf("\nAltered Beast copied");

	system("copy aodk.zip c:\\arcade\\roms >NUL");
	printf("\nAgressors Of Dark Kombat copied");

	system("copy asteroid.zip c:\\arcade\\roms >NUL");
	printf("\nAsteroids copied");

	system("copy baddudes.zip c:\\arcade\\roms >NUL");
	printf("\nBad Dudes copied");

	system("copy blktiger.zip c:\\arcade\\roms >NUL");
	printf("\nBlack Tiger copied");

	system("copy contra.zip c:\\arcade\\roms >NUL");
	printf("\nContra copied");

	system("copy cvs.zip c:\\arcade\\roms >NUL");
	printf("\nCVS Bios copied");

	system("copy ddragon.zip c:\\arcade\\roms >NUL");
	printf("\nDouble Dragon copied");

	system("copy ddragon2.zip c:\\arcade\\roms >NUL");
	printf("\nDouble Dragon 2 copied");

	system("copy ddragon3.zip c:\\arcade\\roms >NUL");
	printf("\nDouble Dragon 3 copied");

	system("copy decocass.zip c:\\arcade\\roms >NUL");
	printf("\nDeco Casette BIOS copied");

	system("copy dino.zip c:\\arcade\\roms >NUL");
	printf("\nCadillacs And Dinosaurs copied");

	system("copy dkong.zip c:\\arcade\\roms >NUL");
	printf("\nDonkey Kong copied");

	system("copy ffight.zip c:\\arcade\\roms >NUL");
	printf("\nFinal Fight copied");

	system("copy gaiden.zip c:\\arcade\\roms >NUL");
	printf("\nNinja Gaiden copied");

	system("copy galaga.zip c:\\arcade\\roms >NUL");
	printf("\nGalaga copied");

	system("copy galaxian.zip c:\\arcade\\roms >NUL");
	printf("\nGalaxian copied");

	system("copy garoup.zip c:\\arcade\\roms >NUL");
	printf("\nGarou: Mark Of The Wolves copied");

	system("copy ghouls.zip c:\\arcade\\roms >NUL");
	printf("\nGhosts N Ghouls copied");

	system("copy gng.zip c:\\arcade\\roms >NUL");
	printf("\nGhosts N Goblins copied");

	system("copy goldnaxe.zip c:\\arcade\\roms >NUL");
	printf("\nGolden Axe copied");

	system("copy gtmr.zip c:\\arcade\\roms >NUL");
	printf("\nGreat 1000 Miles Rally copied");

	system("copy gunbird.zip c:\\arcade\\roms >NUL");
	printf("\nGunbird copied");

	system("copy guwange.zip c:\\arcade\\roms >NUL");
	printf("\nGuwange copied");

	system("copy ktiger2.zip c:\\arcade\\roms >NUL");
	printf("\nKyukyoku Tiger 2 copied");

	system("copy mazinger.zip c:\\arcade\\roms >NUL");
	printf("\nMazinger Z copied");

	system("copy megaman.zip c:\\arcade\\roms >NUL");
	printf("\nMega Man: The Power Battle copied");

	system("copy mk.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 5.0 T-Unit copied");

	system("copy mk2.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 rev L3.1 copied");

	system("copy mk2chal.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 Challenger copied");

	system("copy mk2r14.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 rev L1.4 copied");

	system("copy mk2r32.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 rev L3.2 copied");

	system("copy mk2r42.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 rev L4.2 copied");

	system("copy mk2r91.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2 rev L9.1 copied");

	system("copy mk3.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 3 rev 2.1 copied");

	system("copy mk3r10.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 3 rev 1.0 copied");

	system("copy mk3r20.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 3 rev 2.0 copied");

	system("copy mkla4.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 1.0 Y-Unit copied");

	system("copy mkla2.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 2.0 Y-Unit copied");

	system("copy mkla3.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 3.0 Y-Unit copied");

	system("copy mkla4.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 4.0 Y-Unit copied");

	system("copy mkr4.zip c:\\arcade\\roms >NUL");
	printf("\nMortal Kombat 4.0 T-Unit copied");

	system("copy mslug.zip c:\\arcade\\roms >NUL");
	printf("\nMetal Slug copied");

	system("copy mslugx.zip c:\\arcade\\roms >NUL");
	printf("\nMetal Slug X copied");

	system("copy msword.zip c:\\arcade\\roms >NUL");
	printf("\nMagic Sword copied");

	system("copy nastar.zip c:\\arcade\\roms >NUL");
	printf("\nNastar copied");

	system("copy nbajam.zip c:\\arcade\\roms >NUL");
	printf("\nNBA Jam copied");

	system("copy neogeo.zip c:\\arcade\\roms >NUL");
	printf("\nNEO GEO BIOS copied");

	system("copy offroad.zip c:\\arcade\\roms >NUL");
	printf("\nSuper Off Road copied");

	system("copy pacmanm.zip c:\\arcade\\roms >NUL");
	printf("\nPac Man copied");

	system("copy pitfgt.zip c:\\arcade\\roms >NUL");
	printf("\nPit Fighter copied");

	system("copy playch10.zip c:\\arcade\\roms >NUL");
	printf("\nPlay Choice 10 BIOS copied");

	system("copy polepos.zip c:\\arcade\\roms >NUL");
	printf("\nPole Position copied");

	system("copy polepos2.zip c:\\arcade\\roms >NUL");
	printf("\nPole Position 2 copied");

	system("copy punisher.zip c:\\arcade\\roms >NUL");
	printf("\nPunisher copied");

	system("copy rampage.exe c:\\arcade\\roms >NUL");
	printf("\nRampage copied");

	system("copy rastan.zip c:\\arcade\\roms >NUL");
	printf("\nRastan Copied");

	system("copy rbff1.zip c:\\arcade\\roms >NUL");
	printf("\nReal Bout Fatal Furry copied");

	system("copy sailormn.zip c:\\arcade\\roms >NUL");
	printf("\nPretty Soldier Sailor Moon copied");

	system("copy samsho.zip c:\\arcade\\roms >NUL");
	printf("\nSamurai Shodown copied");

	system("copy sf2.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter 2: The World Warrior copied");

	system("copy sf2ce.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter 2: Champion Edition copied");

	system("copy sf2t.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter 2: Turbo, Hyper Fighting copied");

	system("copy sfa.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Figher Alpha: Warriors Dreams copied");

	system("copy sfa2.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter Alpha 2 copied");

	system("copy sfa3.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter Alpha 3 copied");

	system("copy sfz3jr1.zip c:\\arcade\\roms >NUL");
	printf("\nStreet Fighter Zero 3 Japan rev 1.0 copied");

	system("copy shinobi.zip c:\\arcade\\roms >NUL");
	printf("\nShinobi copied");

	system("copy shocktro.zip c:\\arcade\\roms >NUL");
	printf("\nShock Troopers copied");

	system("copy simpsons.zip c:\\arcade\\roms >NUL");
	printf("\nSimpsons copied");

	system("copy sonicwi2.zip c:\\arcade\\roms >NUL");
	printf("\nSonic Wings 2 copied");

	system("copy sonicwi3.zip c:\\arcade\\roms >NUL");
	printf("\nSonic Wings 3 copied");

	system("copy splatter.zip c:\\arcade\\roms >NUL");
	printf("\nSplatter House copied");

	system("copy ssf2.zip c:\\arcade\\roms >NUL");
	printf("\nSuper Street Fighter 2: The New Challengers copied");

	system("copy ssf2t.zip c:\\arcade\\roms >NUL");
	printf("\nSuper Street Fighter 2 Turbo copied");
	
	system("copy tdragon2.zip c:\\arcade\\roms >NUL");
	printf("\nThunder Dragon 2 copied");

	system("copy tigerh.zip c:\\arcade\\roms >NUL");
	system("copy tigerhb1.zip c:\\arcade\\roms >NUL");
	printf("\nTiger Heli copied");

	system("copy tmnt.zip c:\\arcade\\roms >NUL");
	printf("\nTeenage Mutant Ninja Turtles copied");

	system("copy tmnt2.zip c:\\arcade\\roms >NUL");
	printf("\nTeenage Mutant Ninja Turtles 2 copied");

	system("copy umk3.zip c:\\arcade\\roms >NUL");
	printf("\nUltimate Mortal Kombat 3 rev 1.2 copied");

	system("copy umk3r11.zip c:\\arcade\\roms >NUL");
	printf("\nUltimate Mortal Kombat 3 rev 1.1 copied");

	system("copy warriorb.zip c:\\arcade\\roms >NUL");
	printf("\nWarrior Blade copied");

	system("copy wh1.zip c:\\arcade\\roms >NUL");
	printf("\nWorld Hereos copied");

	system("copy wh2.zip c:\\arcade\\roms >NUL");
	printf("\nWorld Hereos 2 copied");

	system("copy wwfsstar.zip c:\\arcade\\roms >NUL");
	printf("\nWWF Superstars copied");

	system("copy xmvsf.zip c:\\arcade\\roms >NUL");
	printf("\nX-Men Vs Street Fighter copied");

	system("copy zerowing.zip c:\\arcade\\roms >NUL");
	printf("\nZero Wing copied");

	return 0;
}