Wojciech Oborski wrote: > [EMAIL PROTECTED] wrote: >> Is there a possibility to enter kind of 'batch-mode', so that I can >> change the revision in all *.SCH sheets with just one click? > > Not using a script (Client Basic), I'm afraid. It could be done with a > server, but that's 'a little' more complicated.
For programs like Protel that lack a decent scripting support, sometimes something like AutoIt3 helps. http://www.hiddensoft.com/autoit3/ It's a simple tool kit/script language that helps accessing GUI elements and do some of the tasks you would otherwise do with built-in scripting (or command line support, but that's a different issue). I don't know off hand how you could use this for looping through all sheets of a schematic design, but you sure could use it to manually apply the same setting to all subsequent sheets with a single command (using an environment variable, for example). Gerhard ____________________________________________________________ You are subscribed to the PEDA discussion forum To Post messages: mailto:[email protected] Unsubscribe and Other Options: http://techservinc.com/mailman/listinfo/peda_techservinc.com Browse or Search Old Archives (2001-2004): http://www.mail-archive.com/[email protected] Browse or Search Current Archives (2004-Current): http://www.mail-archive.com/[email protected]
