I am having trouble running the games in ScummVM via command line.
my code looks something like this....
Code: Select all
private sub command1_click()
'Quotations (")
vbquote = chr(34)
'command line
shell (vbquote & "Scummvm Dir" & vbquote & " -Parms" & vbquote & "Game Dir" & vbquote)
end sub
command line execute:
Code: Select all
"ScummVM Dir" -Parms"Game Dir"
"C:\scummvm\Scummvm.exe" -p"C:\Lucasarts\Loom (cd)\"
Code: Select all
"C:\scummvm\Scummvm.exe" -p"C:\Lucasarts\Loom (cd)\" Loom
I am puzzled I can get any other program to work like this just fine but scummVM is giving me problems, can anyone give me a helping hand?