This is one way I know to do it in vbscript. Save the following as a .vbs file and put the file in the same directory as the ABC.jpg file. Then run it by double-clicking it.
Set objFSO = CreateObject("Scripting.FileSystemObject")
For i = 1 To 300
objFSO.CopyFile "ABC.jpg", i & ".jpg"
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.