Re: any easier way to delete all tags from design file??
by lorys <lorys@[EMAIL PROTECTED]
>
Sep 22, 2007 at 01:21 PM
redbyrd wrote:
> Is there any easier way to delete all tags from a design file other
> than
> Element>Tags>Define - dialog box appears - then click 'Remove' click
> 'return' repeatedily. Plus I have to repeat this process on 1200
> files.
>
> redbyrd
>place a fence use entire design plane fence
then keyin DELETE TAGS; point absolute
this will execute the command and save you clicking on screen
you could probably use a script like
choose all;DELETE TAGS; point absolute;fit VIEW EXTENDED;choose none
or the batch processor will let you enter the aboveline and then you can
run it over several selected files...
I got the keyin from the help file under delete tags
good luck
Lorys