[Help]With Shell Command..
thanks for who gave me that code

.
but i got promblme when i trying check it..
code :
Private Sub Command1_Click(Index As Integer)
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub
Pic:
well like it says ''File not found''. You typed in the wrong path toyour wr installation.
thanks alot man !
but how do i do "close" and "exit" boout?
Private Sub Exit_Button_Click
End
End Sub
rename command1 or whateva to Exit_Button...
I use this to open warrock:
Private Sub Command1_Click()
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub