Running java in "Call Shell"

G

Guest

Hello all,

I am wanting to call a java program in a shell
Call Shell("c:\mq\java File2Msg")

This does not work, however I can call this:
Call Shell("f:\calc.exe")
And it works, so I'm guessing something to do with the java. Any help would
be appreciated
 
G

Guest

Sorry, posted in wrong area. I'm going to let this message ride a day before
cross posting this in the right area (access programming). Hopefully some of
you querie folks can help me.
 
D

Douglas J. Steele

If you type c:\mq\java File2Msg in the Run... box (under the Start menu),
does it work?

I'd have expected that you'd need to include the complete path to File2Msg:

Call Shell("c:\mq\java ""C:\Data Files\Folder\File2Msg""")
 

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