[/SIZE]

this is the code i am using:
Private Sub Form_Load()
Form1.Hide
X = Shell("C:\Program Files\Diablo II\Diablo II.exe", vbNormalFocus)
If X Then Shell("C:\Program Files\Windows Media Player\wmplayer.exe", vbMinimizedFocus)
End Sub

I want D2 and Media player open so i can listen to music while i play.

i get the Compile error: syntax error message and i dont have the help file or the api.

my question is: how do i fix this error?