Hello,
Definitely yes, using Automation Anywhere you can automate this task.
If you will try to access List variable that reads value from a text file outside Loop "List Variable" then it would always return first value in the list. However, to access subsequent values in list access that list variable in loop.
Could you please explain more about your third point i.e. get the variable? Is your application going to pass variables in a text file? Also, how exactly you wish to use them. Text format of your task would appear as follows,
1) Start Loop " Each File in C:\Temp"
2) If $Extension$ Equal To "BAT" Then
3) Copy Files "$CurrentDirectory$\$FileName$.$Extension$" to "D:\Temp\"
4) Open "D:\Temp\$FileName$.$Extension$ "
5) End If
6) End Loop
Hope that helps. |