Page 1 of 1

Test ABViewer as converter CGM2DXF - no result ?

Posted: 18 Jun 2009, 09:43
by Liesinger
Hi,

I would like to export drawings from NX6 to CGM. Then I would like to convert this CGM´s to DXF in a BAT file.
I am working in test-mode:

Code: Select all

"C:\Programme\Soft Gold\ABViewer 7\ABViewer.exe" /c dxf hl_10832150_A_s_10832150.A.DRW1.cgm
starting in DOS-Box is very quick, bat without any result and also no error message.

Is it possible to do this in test mode ?
Os is there any other (better) posibility ?

Horst

Re: Test ABViewer as converter CGM2DXF - no result ?

Posted: 18 Jun 2009, 19:39
by Liesinger
It works, if you use the "absolute path" and not only relative path or only just the file name !
If you would like to get the result in a different dir you write after /c dxf dir=....
eg:

Code: Select all

"C:\Programme\Soft Gold\ABViewer 7\ABViewer.exe" /c dxf -dir=c:\temp\ c:\data\test\hl_10832150_A_s_10832150.A.DRW1.cgm
I hope this will be helpful for may be you.

Re: Test ABViewer as converter CGM2DXF - no result ?

Posted: 23 Jun 2009, 13:36
by support
Hello.
Thank you for your comment.

Alexander.