MDE与MDB一起使用外部应用程序。

问题描述:

我编写了一个外部批处理文件,用于在服务器上放置新版本时自动更新我的访问应用程序。根据用户需求和权限,他们使用MDB前端或MDE。

我使用

" Call Shell(stAppName,1)"与

stAppName =" \\Library \Download\SE\MDE.bat"

启动批处理文件。

这适用于MDB,但不适用于MDE。我也试过Application.FollowHyperlink stAppName结果相同。有没有办法可以用MDE启动外部批处理文件?

I have written an external batch file that I use to auto update my access app when I place a new version on the server. Depending on the users needs and permissions they either use an MDB front end or an MDE.
I use
"Call Shell(stAppName, 1)" with
stAppName = "\\Library\Download\SE\MDE.bat"
to launch the Batch file.
This works with the MDB but it will not work with the MDE. I have also tried "Application.FollowHyperlink stAppName" with the same results. Is there a way I can launch an external batch file with an MDE?

我看到我没有得到任何回复。如果我没有清楚地写出我的问题,或者我没有在我的问题中提供足够的信息,请告诉我。我正在使用MS Access 2003与一个具有多个后端访问数据库的应用程序。


谢谢,

Randy
I see that I didn''t get any replies. If I did not write my question clearly enough or if I did not put enough information in my question, please let me know. I am using MS Access 2003 with an application that has several back end access databases.

Thank You,
Randy


您是否尝试省略呼叫?命令?


Steve
Have you tried omitting the "Call" command?

Steve



我看到我没有得到任何回复。如果我没有清楚地写出我的问题,或者我没有在我的问题中提供足够的信息,请告诉我。我正在使用MS Access 2003与一个具有多个后端访问数据库的应用程序。


谢谢,

兰迪
I see that I didn''t get any replies. If I did not write my question clearly enough or if I did not put enough information in my question, please let me know. I am using MS Access 2003 with an application that has several back end access databases.

Thank You,
Randy



兰迪,

你的问题似乎很清楚,但请耐心等待。会员有平凡的工作,也可以在这里捐出一些空闲时间。


MODERATOR

Randy,
Your question seems clear enough, but please be patient. Members have ordinary jobs as well as donating some of their free time on here.

MODERATOR