Hi PHV,
thank you! This helps a little, indeed.
But it is of course limited in use for big values...
I made this script:
Dim fso, fsoFile, Path
x = InputBox("How many files do you want to create?")
y = InputBox("Please enter now the size for each file in Kbytes:")
for i=1 to x step +1
Path...