Solo tienes que filtrar el string Command$ Ahi esta todo
Código (vb) [Seleccionar]
Private Sub Form_Load()
If Command$ = "/showgadgetsonly" Then Debug.Print "Gadgets solo"
End Sub