using shell on non-exe

  • Thread starter Thread starter Ari
  • Start date Start date
A

Ari

Hello,
I have a file with a .edp extension. It is a session for attachemate, a
mainframe program. I like to use the link to the session instead of
having the user select one once the program is executed.
I've have tried this two ways, once with Shell and once with something
like:


Set wsShell = CreateObject("wscript.shell")
Set proc = wsShell.Exec(getExtraPath())



Neither one will accept it since it is not an executable. What can I
do?
 

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

Similar Threads


Back
Top