This question probably doesn't belong here but, know one else seams to be
able to come up with an answer.
I cannot get the following to work within a C program I am writing using the
Application Builder included with 4.0b on a Alpha 500-333.
{
system("/users/local/post/mill2"); /users/local/post is where the
executable exists.
}
mill2 is a executable that I wrote that will run from a command line no
problem.
example: /users/local/post>mill2 program executes, no problem, no
errors.
If I call a standard Dec executable:
{
system("/usr/dt/bin/dtcalc"); for example
}
dtcalc runs fine.
Why won't the system command call my program?
I tried about everything I can think of does anyone have any thoughts?
Thanks,
Mark Cox
GE Nuclear Energy
coxm_at_wlmpo1.wilm.ge.com
Received on Mon Feb 23 1998 - 15:54:47 NZDT