Re: Script to count files in a folder

2006-10-23 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > > > On Oct 23, 3:11 pm, "Fredrik Lundh" <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >> > A batch file creates this file and deletes that file in the same loop. >> > This file is intended to start the reading of an input file. After it >> > is read batch file

Re: Script to count files in a folder

2006-10-23 Thread umut . tabak
On Oct 23, 3:11 pm, "Fredrik Lundh" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > A batch file creates this file and deletes that file in the same loop. > > This file is intended to start the reading of an input file. After it > > is read batch file deletes this file automatically and

Re: Script to count files in a folder

2006-10-23 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > A batch file creates this file and deletes that file in the same loop. > This file is intended to start the reading of an input file. After it > is read batch file deletes this file automatically and on the next loop > it will be written and deleted again. With this scr