Bjornlo
Deity
Here is a much better script
---------------
Script deleted.
Use the bug fixed on in post 42
----------------
Change count=6 to match the number of screens you want to use. Change the paths (set art =...) if you want to use different path names.
So to add 10,000 art files you would only have to edit 1 line in the script.
Very flexible and quite easy to change.
for 6 files
set /a count=6
for 10,000
set /a count=10000
No other typing is needed.
Simple, eh?
---------------
Script deleted.
Use the bug fixed on in post 42
----------------
Change count=6 to match the number of screens you want to use. Change the paths (set art =...) if you want to use different path names.
So to add 10,000 art files you would only have to edit 1 line in the script.
Very flexible and quite easy to change.
for 6 files
set /a count=6
for 10,000
set /a count=10000
No other typing is needed.
Simple, eh?