Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: dos and catia  (Read 2688 times)

0 Members and 1 Guest are viewing this topic.

elodi

  • Guest
dos and catia
« on: May 10, 2005, 07:39:26 AM »
Hello,

With a batch program, I would like to open a part under catia.  To open this part it’s necessary to launch catia and then to open the part.  The problem with the code that I use (see later) it’s that it launches catia 2 times:  I have an interface catia with nothing and another with the part desired!!  What can I do to have only the interface with the part.  

Code:

BATCH 1
call batch2.bat
D:\....\part.CATPart

BATCH 2
C:\….\startcatia.bat


Thank you for your assistance