EigenAlex
Aug. 30, 2002 10:50:22
Hi, is there any way to extract all the content within the subnet via HScript? It's just that instead of RMB on subnet one by one, I just wanted to run the script quickly to automatically extracting all of them.
Thanks!
ALex
Brask
Sept. 4, 2002 23:07:52
You may have luck with this simple procedure:
cd $subnet
opwrite * foo
cd ..
rm $subnet
opread foo
Dump that in the appropriate foreach loop and you may be able to avoid RMB the menu 30 times.
- Brask