|
-
Jan 13th, 2000, 09:50 PM
#1
Thread Starter
New Member
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
-
Jan 13th, 2000, 10:34 PM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|