Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need a gal/guy using the Microsoft's Windows OS
#9
Maybe something like this

Code:
@echo off
copy test.png /B test

set /A "index = 1"
set /A "count = 10"

:while
if %index% leq %count% (
   copy test test%index%
   set /A "index = index + 1"
   goto :while
)

del test

Imgur not processing video at the moment so, https://filedn.com/lkb9dw6mEfXSsOu9uKLaM14/2.mp4

Has the 'magick' number so opens in Gimp even without .png extension
Reply


Messages In This Thread
RE: I need a gal/guy using the Microsoft's Windows OS - by rich2005 - 04-30-2023, 01:22 PM

Forum Jump: