I need to pass the parameter "d:\Database.mdb" from the command line.
Not hard coded in the program like below code

Example
Set db = DBEngine.OpenDatabase("D:\Database.mdb")

Please Help.....Thanks