Hi,
I would like to change the name of a package which already existed. How can i do ? I try to use the Rename command but it doesn't work.
Thank you.
Hi,
I would like to change the name of a package which already existed. How can i do ? I try to use the Rename command but it doesn't work.
Thank you.
Am 26.05.2015 um 09:45 schrieb Par Free:
Hi,
I would like to change the name of a package which already existed. How
can i do ? I try to use the Rename command but it doesn't work.
Thank you.
--
To view any images and attachments in this post, visit:
RENAME oldname newname
HELP RENAME
***
Um das Original zu lesen, und auch zuverlässig angehängte Dateien
bereitstellen zu können, benutzen Sie news.cadsoft.de und einen
funktionierenden News-Reader wie Thunderbird!
***
Mit freundlichen Grüßen / Best regards
Alfred Zaffran
--
______________________________________________________________
Alfred Zaffran Support
CadSoft Computer GmbH Hotline: 08635-698930
Pleidolfweg 15 FAX: 08635-698940
84568 Pleiskirchen eMail: <alf@cadsoft.de>
Web: <www.cadsoft.de>
Registergericht: Amtsgericht Traunstein HRB 5573
Geschaeftsfuehrer: Mark Whiteling
______________________________________________________________
Thank you.
My package name is D2 pak.pac, i would like to rename it by D3.pac. SO i wrote RENAME D2 pak.pac D3, i have an error message : Package not found D2. I dont understand.
Am 26.05.2015 um 10:24 schrieb Par Free:
Thank you.
My package name is D2 pak.pac, i would like to rename it by D3.pac. SO i
wrote RENAME D2 pak.pac D3, i have an error message : Package not found
D2. I dont understand.
--
To view any images and attachments in this post, visit:
http://www.element14.com/community/message/150762
Hi
ist seem taht you have a blank in teh Pac name
try RENAME 'D2 pak.pac' D3.pac
HTH
Werner
It works. Thank you and have a good day !
Hello,
I still have the problem for few packages. I write it correctely with the command but it doesn't find any package. Is there another way to rename a package ? It's maybe because the name has a specific characters.
Thank you in advance.
Am 26.05.2015 um 10:24 schrieb Par Free:
Thank you.
My package name is D2 pak.pac, i would like to rename it by D3.pac. SO i
wrote RENAME D2 pak.pac D3, i have an error message : Package not found
D2. I dont understand.
--
To view any images and attachments in this post, visit:
Inside a package name can't a SPACE !
RENAME D2 pak.pac D3
use
RENAME D2.pac D3
or
RENAME D2_PAK.pac D3.pac
***
Um das Original zu lesen, und auch zuverlässig angehängte Dateien
bereitstellen zu können, benutzen Sie news.cadsoft.de und einen
funktionierenden News-Reader wie Thunderbird!
***
Mit freundlichen Grüßen / Best regards
Alfred Zaffran
--
______________________________________________________________
Alfred Zaffran Support
CadSoft Computer GmbH Hotline: 08635-698930
Pleidolfweg 15 FAX: 08635-698940
84568 Pleiskirchen eMail: <alf@cadsoft.de>
Web: <www.cadsoft.de>
Registergericht: Amtsgericht Traunstein HRB 5573
Geschaeftsfuehrer: Mark Whiteling
______________________________________________________________
The name of my package is 'PONT6A .pac'. And i would like to rename it : 'PONT6A.pac' to delete the SPACE. I have to write the old name with the SPACE to rename it ?
Am 05.08.2015 um 10:15 schrieb Par Free:
The name of my package is 'PONT6A .pac'. And i would like to rename it :
'PONT6A.pac' to delete the SPACE. I have to write the old name with the
SPACE to rename it ?
--
To view any images and attachments in this post, visit:
http://www.element14.com/community/message/157135
SPACE is a forbidden character, you can only delete by
load the library (.xml) in to a text editor,
search "PONT6A .pac" and replace by "PONT6A.pac"
***
Um das Original zu lesen, und auch zuverlässig angehängte Dateien
bereitstellen zu können, benutzen Sie news.cadsoft.de und einen
funktionierenden News-Reader wie Thunderbird!
***
Mit freundlichen Grüßen / Best regards
Alfred Zaffran
--
______________________________________________________________
Alfred Zaffran Support
CadSoft Computer GmbH Hotline: 08635-698930
Pleidolfweg 15 FAX: 08635-698940
84568 Pleiskirchen eMail: <alf@cadsoft.de>
Web: <www.cadsoft.de>
Registergericht: Amtsgericht Traunstein HRB 5573
Geschaeftsfuehrer: Mark Whiteling
______________________________________________________________
Where is located the .xml file ? Because when i go to the folder Eagle/lbr i have only .lbr files
Thank you.
Am 05.08.2015 um 12:12 schrieb Par Free:
Where is located the .xml file ? Because when i go to the folder
Eagle/lbr i have only .lbr files
Thank you.
--
To view any images and attachments in this post, visit:
in V6 and V7 the .lbr is a XML-Data-File
You can open the lbr with Notepad++.exe,
Notepad++.exe can show the XML-Syntax
***
Um das Original zu lesen, und auch zuverlässig angehängte Dateien
bereitstellen zu können, benutzen Sie news.cadsoft.de und einen
funktionierenden News-Reader wie Thunderbird!
***
Mit freundlichen Grüßen / Best regards
Alfred Zaffran
--
______________________________________________________________
Alfred Zaffran Support
CadSoft Computer GmbH Hotline: 08635-698930
Pleidolfweg 15 FAX: 08635-698940
84568 Pleiskirchen eMail: <alf@cadsoft.de>
Web: <www.cadsoft.de>
Registergericht: Amtsgericht Traunstein HRB 5573
Geschaeftsfuehrer: Mark Whiteling
______________________________________________________________