|
-
Jan 18th, 2000, 11:41 PM
#1
Thread Starter
New Member
How do I pass the PATH parameter to an executable to open a database????
-
Jan 18th, 2000, 11:46 PM
#2
PowerPoster
I think you mean this:
If you start your program with parameters ie 'Test.exe C:\Database.db' then u can use Command to get the argument line.
-
Form_Load()
Dim Temp as String
Temp = Command
'Temp will be "C:\Database.db"
End Sub
-
------------------
[email protected]
...
Every program can be reduced to one instruction which doesn't work.
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
|