Is it possible to compare and combine differences from one c
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
Is it possible to compare and combine differences from one c

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Pro/Engineer
Author Message
Guest






Posted: Mon May 16, 2005 11:32 pm    Post subject: Is it possible to compare and combine differences from one c Reply with quote

Greetings:

My company has one config.pro for all personel. I customize, add some
personalize mapkeys and parameters for the view display etc without
modifying any existing company standard settings, save it as a second
config.pro. Times to times the company updates its config.pro. In
other to stay in pace with everyone else, I would like to update my
personalize config.pro to match the company without losing all my
settings, mapkey etc. Is it possible to compare the company config.pro
and combine the differences into my personalize config.pro?

Any help would be greatly appreciated.

Back to top
Stu
Guest





Posted: Mon May 16, 2005 11:46 pm    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

On 16 May 2005 11:32:21 -0700, njchen24@yahoo.com.sg wrote:

Quote:
Greetings:

My company has one config.pro for all personel. I customize, add some
personalize mapkeys and parameters for the view display etc without
modifying any existing company standard settings, save it as a second
config.pro. Times to times the company updates its config.pro. In
other to stay in pace with everyone else, I would like to update my
personalize config.pro to match the company without losing all my
settings, mapkey etc. Is it possible to compare the company config.pro
and combine the differences into my personalize config.pro?

Any help would be greatly appreciated.

in unix you can use the diff command to get the differences between
the two, in windows you'll have to find some sort of similiar utility.
Then redirect the output into a file and add it to the end of your
personal config. Whether you do this manually, or create a
script/batch file is up to you.


BUT it may be easier to create a maykey to load a 'personal.pro'
config file that has only your personal mapkeys/parameters and use
that on startup.



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Back to top
Bob Alexander
Guest





Posted: Tue May 17, 2005 12:10 am    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

Why don't you just put your own config.pro in your working directory.
Load the company one in the test folder of your Pro.E loadpoint and you
will have both.

-----Original Message-----
From: njchen24@yahoo.com.sg [mailto:njchen24@yahoo.com.sg]
Posted At: Monday, May 16, 2005 2:32 PM
Posted To: comp.cad.pro-engineer
Conversation: Is it possible to compare and combine differences from one
config.pro to another?
Subject: Is it possible to compare and combine differences from one
config.pro to another?


Greetings:

My company has one config.pro for all personel. I customize, add some
personalize mapkeys and parameters for the view display etc without
modifying any existing company standard settings, save it as a second
config.pro. Times to times the company updates its config.pro. In
other to stay in pace with everyone else, I would like to update my
personalize config.pro to match the company without losing all my
settings, mapkey etc. Is it possible to compare the company config.pro
and combine the differences into my personalize config.pro?

Any help would be greatly appreciated.

Back to top
GWDavis28



Joined: 08 Apr 2005
Posts: 70
Location: Massachusetts

Posted: Tue May 17, 2005 1:50 am    Post subject: re:Is it possible to compare and combine differences from on Reply with quote

You could use the config.sup as the company defaults and then have your own personal config.pro file in your working directory. The config.sup file wins over all other config.pro files thought, that's the only draw back.

Hope this helps, Glenn |B)
Back to top
View user's profile Send private message Send e-mail
David Janes
Guest





Posted: Tue May 17, 2005 4:10 pm    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

<njchen24@yahoo.com.sg> wrote in message
news:1116268341.556456.250980@z14g2000cwz.googlegroups.com...
Quote:
Greetings:

My company has one config.pro for all personel. I customize, add some
personalize mapkeys and parameters for the view display etc without
modifying any existing company standard settings, save it as a second
config.pro. Times to times the company updates its config.pro. In
other to stay in pace with everyone else, I would like to update my
personalize config.pro to match the company

I'm not sure of the rationale behind this. If you are simply "matching" the
company's settings, it is completely unnecessary (if the company is loading its
config.pro each time you start Pro; of course, maybe the sysadmin is just 'giving'
you a new config file instead of going to the trouble to set up Pro to load it on
startup which would be better and more effective.) Something you could try though
to get the combined, up to date config.pro: LOAD BOTH ~ the company one first and
yours second. Yours will install your personalized settings but retain in memory
any settings that are not overwritten by yours, including all the new stuff. Do
'Apply' and then save this to a file. I think this file ought to contain all the
new settings, default settings, company settings and your personalized settings.
It's worth a try, anyway.

Quote:
without losing all my
settings, mapkey etc. Is it possible to compare the company config.pro
and combine the differences into my personalize config.pro?

Using a compare utility is pretty effective. I was using Beyond Compare, a
programmer's file compare utility recently, to investigate what changed in
configuration to make assembly start in 'Move' instead of 'Place'. They do allow
taking the 'difference' and adding it to your file.
--
David Janes
Back to top
Guest






Posted: Tue May 17, 2005 4:10 pm    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

Shouldn't be necessary if you're setup correctly.

If you're on UNIX you'll want to sym link the config.pro (and
config.sup/menu_def.pro/etc.etc.) in your $loadpoint/text directory to
the company copy on the server.

Then just make a personal config.pro in your home directory with just
the settings you're changing/adding/mapkeys/etc.

Pro/E loads 3 levels of configs in this order: 1.the standard ones in
your $loadpoint/text directory, 2.your personal ones in your home
directory, 3. and project/task specific ones in your startup/working
directory. Each config loads on top of the previous one,
changing/adding settings. Except for the config.sup, this is where you
put any settings that you don't want anyone to change, ie. the most
important settings, settings in the config.sup cannot be changed or
overwritten by any other config files.
Back to top
md1
Guest





Posted: Thu May 19, 2005 6:40 am    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

"<<>>" <lookoutforchris@gmail.com> wrote in message
news:1116346195.198521.228320@g14g2000cwa.googlegroups.com...
Quote:
Shouldn't be necessary if you're setup correctly.

If you're on UNIX you'll want to sym link the config.pro (and
config.sup/menu_def.pro/etc.etc.) in your $loadpoint/text directory to
the company copy on the server.

Then just make a personal config.pro in your home directory with just
the settings you're changing/adding/mapkeys/etc.

Pro/E loads 3 levels of configs in this order: 1.the standard ones in
your $loadpoint/text directory, 2.your personal ones in your home
directory, 3. and project/task specific ones in your startup/working
directory. Each config loads on top of the previous one,
changing/adding settings. Except for the config.sup, this is where you
put any settings that you don't want anyone to change, ie. the most
important settings, settings in the config.sup cannot be changed or
overwritten by any other config files.

CSDIFF is a windows shareware utility that's great for the task. It does
the "UNIX diff thing" for PC users.
http://www.topshareware.com/CSDiff-download-13604.htm
Back to top
shaun
Guest





Posted: Tue May 24, 2005 12:10 am    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

I did not read this whole post so it might be answered I did see some
shit about unix or other software, Noobs.Just open the config.pro with
notepad or wordpad print it. Then open the other config.pro with
notepad or wordpad print it. Once you print the both read them and find
the differences. I hope that more then just me came up with this idea
Back to top
md1
Guest





Posted: Fri May 27, 2005 7:02 am    Post subject: Re: Is it possible to compare and combine differences from o Reply with quote

"shaun" <shaunt@pmp-elcajon.com> wrote in message
news:1116887849.723431.200760@g49g2000cwa.googlegroups.com...
Quote:
I did not read this whole post so it might be answered I did see some
shit about unix or other software, Noobs.Just open the config.pro with
notepad or wordpad print it. Then open the other config.pro with
notepad or wordpad print it. Once you print the both read them and find
the differences. I hope that more then just me came up with this idea


You're joking...right?
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Pro/Engineer 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