Graham, David wrote on 03/22/2004 03:27:08 PM:

<snip>
> I have a UniBasic program that executes the following line of code:
>
> PCPERFORM "cd \folder\folder\U2Account; udt PHANTOM ProgramName"
<snip>
> the process that executed the PCPERFORM command will wait until
> "ProgramName" has completed and *then* will return to the original
process.



Actually, if you change into the directory and type "udt PHANTOM
ProgramName" from the DOS prompt, you'll see the same thing.  It's not an
issue with PCPERFORM.  Also, I'm a bit confused by the command itself.  The
backslashes indicate you're in Windows, but the command separator of a
semicolon indicates UNIX.

Try replacing your command with the following:

    PCPERFORM "cd \folder\folder\U2Account & echo PHANTOM ProgramName |
udt"

for windows or

    PCPERFORM "cd /folder/folder/U2Account ; echo PHANTOM ProgramName |
udt"

for UNIX.


Tim Snyder
IBM Data Management Solutions
Consulting I/T Specialist , U2 Professional Services

[EMAIL PROTECTED]
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to