| Author |
Message |
Dmitriy Shurin
Guest
|
Posted:
Wed Sep 22, 2004 4:20 pm Post subject:
How to invoke OCEAN script using SKILL |
|
|
Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
|
|
| Back to top |
|
 |
Bernd Fischer
Guest
|
Posted:
Wed Sep 22, 2004 9:05 pm Post subject:
Re: How to invoke OCEAN script using SKILL |
|
|
Hi,
I never did this, but OCEAN commands can be mixed with
SKILL inside DFII, so maybe a simple load( "<your_ocean_script>" )
will do the job.
Bernd
Dmitriy Shurin wrote:
| Quote: | Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.
|
|
|
| Back to top |
|
 |
G Vandevalk
Guest
|
Posted:
Wed Sep 22, 2004 9:21 pm Post subject:
Re: How to invoke OCEAN script using SKILL |
|
|
what about :
ocean
and when you get a prompt, then " load <oceanScript>.ocn
....
.... Assuming you can run icfb .. etc ... then the ocean binary will run
as well.
Bernd Fischer wrote:
| Quote: | Hi,
I never did this, but OCEAN commands can be mixed with
SKILL inside DFII, so maybe a simple load( "<your_ocean_script>" )
will do the job.
Bernd
Dmitriy Shurin wrote:
Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.
|
|
|
| Back to top |
|
 |
|
|
|
|