ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/AutoIT/Concordance_Make_All_Persistent.aut
Revision: 84
Committed: Tue Jun 12 20:45:09 2012 UTC (13 years, 9 months ago) by nino.borges
File size: 574 byte(s)
Log Message:
save

File Contents

# User Rev Content
1 nino.borges 84 SetWinDelay, 3000
2     SetTitleMatchMode,2
3    
4     Run, L:\\app\\Concordance\\Concordance.exe
5     WinWaitActive, Concordance
6    
7     SetEnv, count, 1
8     Repeat, 106
9     FileReadLine, database, DBs_To_Move_and_Offshoots_2.txt, %count%
10     EnvAdd, count, 1
11     Send, {ALT}+f
12     Send, {ENTER}
13     WinWaitActive, Open Database
14     Send, %database%
15     Send, {ENTER}
16    
17     WinWaitActive, Concordance
18     Send, {ALT}+s
19     Send, l
20     WinWaitActive, Tag/Issue Management
21     Send, {TAB 8}
22     Send, {RIGHT}
23     WinWaitActive, Tag/Issue Management, Persistent Tags
24     Send, {TAB 4}
25     Send, {ENTER}
26     Send, {Tab 2}
27     Send, {ENTER}
28    
29     EndRepeat
30