Hello Sandrine,

related to this Email:
________________________________
This works best if you have all of your schematics in one file:

1) Read all of your schematics into xcircuit.
2) Type "1" to go to page 1.
3) Type "W" to get the file output dialog.
4) Type a new filename for the combined schematic and click on "Apply".
5) Type "2", "3", "4", ... to get to each page
6) On each page, in the file output dialog, select "(change)" in
"Link to: (change)". Then select the name of the combined schematic
from the list.

Can I do this in a script file?
Please can you help me?

The script is actually much simpler than the procedure stated above.
It would look like this, for example:

        proc link_all {newfilename} {
           foreach i [page list] {
              page $i filename $newfilename
           }
        }

and you would call it by doing

        link_all <new_file_name>

+--------------------------------+-------------------------------------+
| R. Timothy Edwards (Tim)       | email: t...@opencircuitdesign.com    |
| Open Circuit Design            | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-5030               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
Xcircuit-dev@opencircuitdesign.com
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to