If you are were using LV5 or higher, then you could use the VI Server to
do this.
With version 4 you will need to use the dialog built into LV. That shouldn't
take too long though. You will want to use Save with Options. It will allow
you to save a heirarchy of VIs without diagrams to a new location,
folder or LLB.
If you have very little heirarchy due to dynamic VI calls, then build a FakeRoot.vi
that has a reference to the other top level VIs and the dynamic VIs.
Then use
the dialog on this FakeRoot VI.
Greg McKaskle
John Mac wrote:
>
> I wish to remove the wiring diagrams from a large number of vi's(>3000). I
> do not wish to do this by hand(File->Save with options...). I am
> interested to know if it is possible to write an executable to read the vi
> a
s a binary file, and somehow remove the wiring diagrams(set a magic
> byte,lop off some data, etc).
>
> I am open to other solutions as well.
>
> Please note these vi's are all LV4.