You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey ther. i used the scale.bat and its worked since long time and now its dont scale it :(
since 2 days the scale.bat dosnt scale my .jpg anymore. i tryed with 1 line comands and with only defaults sets. nothing worked.
if ther any updates on windows 10 i missed to check or is somthing else? i cant explain it on me.
both systems (pc and laptop(windows 10 on both)) have this problem.
i used the scale.bat in original with only changed this defaults
var maxWidth=300;
var maxHeight=300;
var force=true;
and i call it with this line:
for /f "delims=" %%X in ('dir /s /a-h /b *Folder.jpg') do (call scale.bat -source "%%~dpXFolder.jpg" -target "jpg") & (attrib +H "%%~dpXFolder.jpg")
The text was updated successfully, but these errors were encountered:
Hey ther. i used the scale.bat and its worked since long time and now its dont scale it :(
since 2 days the scale.bat dosnt scale my .jpg anymore. i tryed with 1 line comands and with only defaults sets. nothing worked.
if ther any updates on windows 10 i missed to check or is somthing else? i cant explain it on me.
both systems (pc and laptop(windows 10 on both)) have this problem.
i used the scale.bat in original with only changed this defaults
var maxWidth=300;
var maxHeight=300;
var force=true;
and i call it with this line:
for /f "delims=" %%X in ('dir /s /a-h /b *Folder.jpg') do (call scale.bat -source "%%~dpXFolder.jpg" -target "jpg") & (attrib +H "%%~dpXFolder.jpg")
The text was updated successfully, but these errors were encountered: