Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Reply To: OSS

#43557
Dea
Guest

Hi Ryu,

An exapmple can be the following:
*********************
@connect (“MSC1”)
allip;
@ disconnect

@connect(“MSC2”)
allip;
@disconnect
**************

where MSC1 and MSC2 are the names of AXE elements.
depending on your requests 1st you can open a log file where to store the printouts. in this case the script will look something like:

****************
@log (“/home/user/logname.log”)
@connect (“MSC1”)
allip;
@ disconnect

@connect(“MSC2”)
allip;
@disconnect

@close
@quit
***************

hope this will help you
Dea