I've found it and it looks like this:
Code:
.\ScummVM\scummvm.exe -f -ghq2x --path=.\Goblins3 gob3
first part is a path to where Scumm is installed (here, the scumm is placed in the same folder as the game - if it is not - You should replace the dot with proper path.
Example:
C:\Program Files\ScummVM\scummvm.exe
I do not know what -f means, probably full screen, but I did not check that
-ghq2x is a option to blur the pixels - the game will not look as the original, it will be more soft instead of pixelated (you can delete this part)
last part is a path to the actual game - same rules applies as in the first part - you need to show where the game is placed - if your
.bat file is inside the game folder you should leave just
--path=.\ if not - enter the correct path after
--path=
If You do not know how to create a .bat file - just ask
