Extracting subnet

   7341   1   0
User Avatar
Member
639 posts
Joined: 7月 2005
オフライン
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
User Avatar
Member
7 posts
Joined: 7月 2005
オフライン
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
  • Quick Links