I try to run game like this and give me error 9 and title of a window is error 10, i looked here
for error code but i dont know what it means.Code:
$game = RegRead('HKEY_CURRENT_USER\Software\FWstarter', 'Pem path')
$user = 'email'
$pass = 'password'
$id = 'arc:1'
ShellExecute($game, ' '&$id&' user:'&$user&' pwd:'&$pass)
If @error Then
ConsoleWrite(@error & @extended)
Else
ConsoleWrite('all ok')
EndIf
;~ ConsoleWrite($game)
;~ "D:\Igre\Forsaken World_en\update\pem.exe" arc:1 user:email pwd:password
Target : "D:\Igre\Forsaken World_en\update\pem.exe" arc:1 user:email pwd: password
Start In : "D:\Igre\Forsaken World_en\update"






