cds.lib not in start directory
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
cds.lib not in start directory

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence
Author Message
Guenther Sohler
Guest





Posted: Wed Nov 09, 2005 1:10 pm    Post subject: cds.lib not in start directory Reply with quote

Is it possible to tell icfb not to
use/create the ceds.lib in the start directory, but using on in another
path eg
CDS_WORKAREA ?


In my place it always creates a new cds.lib including the global one.
This is not the expected behaviour. can this be changed ?

Back to top
Roger Light
Guest





Posted: Wed Nov 09, 2005 1:10 pm    Post subject: Re: cds.lib not in start directory Reply with quote

Guenther Sohler wrote:

Quote:
Is it possible to tell icfb not to
use/create the ceds.lib in the start directory, but using on in another
path eg
CDS_WORKAREA ?

Alternatively to what Bernd said, create an alias/script so that you cd
to CDS_WORKAREA first and then run icfb. This not only prevents the
cds.lib being recreated but also keeps any temporary/log files in the
same working directory.

What we do is something like:

#!/bin/bash

source /appropriate/config/files

cd $CDS_WORKAREA
icfb

#

Hope that helps,

Roger
Back to top
Bernd Fischer
Guest





Posted: Wed Nov 09, 2005 1:10 pm    Post subject: Re: cds.lib not in start directory Reply with quote

ddSetForcedLib( strcat( getShellEnvVar( "CDS_WORKAREA" ) "/cds.lib" ) )
ddUpdateLibList( )

Bernd

Guenther Sohler wrote:
Quote:
Is it possible to tell icfb not to
use/create the ceds.lib in the start directory, but using on in another
path eg
CDS_WORKAREA ?


In my place it always creates a new cds.lib including the global one.
This is not the expected behaviour. can this be changed ?



Back to top
Trevor Bowen
Guest





Posted: Thu Nov 10, 2005 1:10 am    Post subject: Re: cds.lib not in start directory Reply with quote

crude, but effective... alias/append icfb command:

icfb -cdslib $CDS_WORKAREA/cds.lib

Guenther Sohler wrote:
Quote:
Is it possible to tell icfb not to
use/create the ceds.lib in the start directory, but using on in another
path eg
CDS_WORKAREA ?


In my place it always creates a new cds.lib including the global one.
This is not the expected behaviour. can this be changed ?

Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB