Re: PowerCobol
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Fri, 27 Jan 2006 19:22:56 GMT
"ProdCil" <nospam_prodcil@xxxxxxx> wrote in message
news:newscache$cxerti$x3j$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks Frederico,
>
> I can make thi:
> INVOKE pow-self "Execute" USING "notepad.exe text.txt"
>
> I want to do the same, but calling "text.chm" for help files and
> "text.pdf", for example.
>
> If i do:
> INVOKE pow-self "Execute" USING "AcroRd32.exe text.pdf"
>
> don't work.
I don't know why COBOL would treat notepad.exe differently from
AcroRd32.exe. Did you verify that:
(1) the "AcroRd32.exe" file actually exists
(2) "AcroRd32.exe" is in the search path
?
- Oliver
.
- References:
- PowerCobol
- From: ProdCil
- Re: PowerCobol
- From: Frederico Fonseca
- Re: PowerCobol
- From: ProdCil
- PowerCobol
- Prev by Date: Re: GoTo in Java
- Next by Date: Re: GoTo in Java
- Previous by thread: Re: PowerCobol
- Next by thread: Re: PowerCobol
- Index(es):
Relevant Pages
|