int		cc;
int		wf;
{
	setofn(wf = "joinnote.tmp");
	while(rdcard())	{
		cc += 1;
		if(cc % 50 == 0)	print("%4d %25.25s\r",cc,infile());
		/* if(cc >= 200)		exit(0); */
		keyzap("FILE");
		keycat("FILE",infile());
		wrcard();
		}
	setofn();
	printf("%4d %25.25s\n",cc,wf);
}
