问题描述
我编写了一个外部批处理文件,用于在服务器上放置新版本时自动更新我的访问应用程序。根据用户需求和权限,他们使用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?
推荐答案
兰迪,
你的问题似乎很清楚,但请耐心等待。会员有平凡的工作,也可以在这里捐出一些空闲时间。
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
这篇关于MDE与MDB一起使用外部应用程序。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!