Ticket #533: _logged.amc

File _logged.amc, 1.2 KB (added by westram, 11 years ago)
Line 
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use lib "$ENV{'ARBHOME'}/lib/";
6use ARB;
7
8my $gb_main = ARB::open(":","r");
9if (not $gb_main) {
10  my $error = ARB::await_error();
11  die "$error";
12}
13
14# recording started @ Thu May  8 14:17:08 2014
15BIO::remote_action($gb_main,'ARB_NT','nds');
16BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_0/leaf','0');
17BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_2/leaf','0');
18BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_3/leaf','0');
19BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_4/leaf','0');
20BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_5/leaf','0');
21BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_6/leaf','0');
22BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_7/leaf','0');
23BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_8/leaf','0');
24BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_9/leaf','0');
25BIO::remote_awar($gb_main,'ARB_NT','tmp/viewkeys/viewkey_1/key_text','nam');
26BIO::remote_action($gb_main,'ARB_NT','NDS_PROPS/SELECT_NDS_2');
27BIO::remote_action($gb_main,'ARB_NT','SELECT_SPECIES_FIELD/CLOSE');
28# BIO::remote_action($gb_main,'ARB_NT','macros');
29# recording stopped @ Thu May  8 14:18:04 2014
30ARB::close($gb_main);