|
Answer» Greetings,
I have app that can be launched on the command line, but requires a the user to chase down a MDB file through a file explorer window. Is there a way/dos command that can be used in to AUTOLOAD the MDB file.
Example: C:\Program Files\application.exe {some DOS switch/command} C:\Datagroups\Data1.mdb
Any assistance on this matter WOULD be greatly appreciated
SpanoirdThere is no GENERIC "Dos command" that forces an application to load a file. If a program is written to accept parameters from the command line then you may be able to just pass the filepath and name. Since you have left us to guess what the "app" is, and since mind READING is very hard to do, the best thing you can do is to read the documentation of the program whose name you have hidden by naming it "application.exe", and look for command line options.
|