Hi,
Does anyone know how to use parameters when you execute a programme, that you can type commands behind the executeble to select for example search criteria.
Regards Wouter
Printable View
Hi,
Does anyone know how to use parameters when you execute a programme, that you can type commands behind the executeble to select for example search criteria.
Regards Wouter
If you mean "How can I incorperate the Command Line into my App", then you need to check out Command which returns a String containing any Command Line Parameters passed to your App when it starts, ie.
Code:Private Sub Form_Load()
If Len(Command) Then Msgbox "You Passed: " & Command
End Sub
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]