Launch .net app using SHELL command

B

bdtmike

We have a .Net application that needs to be launched from Access. This
..net app uses one-touch deployment for program updates. The shortcut
on the desktop does not point to a particular executable but, rather,
the folder containing the app. This is similar to the desktop
shortcuts created for the Office apps.

Can the Shell command launch this properly or do I have to use some
other method?
 
A

Albert D.Kallal

Do you simply open the folder to launch the application?

You can use application.Followhyperlink,

eg:

application.FollowHyperlink "c:\my documents\myword.doc"
or
application.FollowHyperlink "c:\my documents\myword.pdf"

So, what does the shortcut look like?

application.FollowHyperlink "c:\my documents\myfolder\"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top