Guest User

Batch file for Right Click context menu

a guest
Nov 15th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. ECHO %~n0 was called with the following arguments:
  3. SET args=%*
  4. IF NOT DEFINED args GOTO END
  5. ECHO %*
  6. ffmpeg -i %* %*.png
  7. :END
  8.  
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment