We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1a50a commit 3dbc772Copy full SHA for 3dbc772
gifconv.bat
@@ -8,7 +8,7 @@ REM License: The MIT License (MIT)
8
SETLOCAL ENABLEDELAYEDEXPANSION
9
SET input="%~1"
10
SET vid="%~dpnx1"
11
-SET output=~dpn1.gif
+SET output=%~dpn1.gif
12
SET FILEPATH=%~dp1
13
14
SET "scale="
0 commit comments