Wish scummvm commandline not to lose the info of game settings

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
UFO
Posts: 11
Joined: Sat Jun 23, 2012 6:56 pm

Wish scummvm commandline not to lose the info of game settings

Post by UFO »

v2.5.1

AA=

Code: Select all

@ECHO OFF
SET D0=C:\SCUMMVM
SET D1=%D0%\scummvm.exe
SET D2=%D0%\scummvm.ini
rem SET V1=%1
SET V1=N:\KYRANDIA 1 - GERMAN
SET V2=--auto-detect
"%D1%" -c "%D2%" -p "%V1%" %V2%
when i run like AA=, scumvm loses the info of all settings like walkspeed.language, music off, it also deletes the corresponding ADDed game entry in the scummvm.ini file. AA= is the scummvm related shell batch file that i can feed scummvm with %1 from my file manager.
Post Reply