View Single Post
Old 2005-03-13, 15:07   #5 (permalink)
Anonymous
Guest
 
Posts: n/a


Default

Quote:
Originally Posted by Kevin41
Hi

I've tried the script you wrote and I don't know why but it doesn't work. Only a green screen of Palmbutler. I have checked the path of Program and it's ok. I have Palmbutler 3000 with software 2.3.0. (I can't get any newer).
Can anyone help me?

Thank you
Kevin
I have the same here, only a green palmbutler screen.
Do you have any sugestions? (HTPC-fan)

This is the change I made.


WshShell.CurrentDirectory = ("C:\Program Files\Team MediaPortal\MediaPortal\")
Set MP = Exec("C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal")
Sleep 4000
If not WshShell.AppActivate(MP.ProcessID) Then
MsgBox "App not activated", 0, ""
End If
  Reply With Quote