1.

Solve : Launching MDE File?

Answer»

I have seen some other post sorta related to this but I NEED a little help

I am trying to launch an MDE file.
I got into the dir of the folder of my APPLICATION, and there is no .exe only a mde.

I have tried
start C:\MyFolder\MM?.mde
and it says that it cannot find the file.

I am at the C:\ prompt while trying to execute this command.

When I execute the code it does open a seperate window in command prompt, not the actual program itself

Any Thoughts?
Let me go a little father
This is an MDE application that opens with the runtime version of Access 2003
I tried
start "C:\Program Files\Microsoft OFFICE\Office11\MCAccess.exe\MM?.mde

I am probably wrongI got it finally

"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "C:\\YourFileName.mdb"

Thanks to the groupsYou can probably also do
start "C:\\YourFileName.mdb"I tried the path of the file and it has to have office RUNNING first for the mde to open and you have to use the runtime switch as well

Thanks for your help!



Discussion

No Comment Found