Intelligent Automation & Macro Software  

Go Back   Automation Anywhere, Inc. Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2009, 04:10 PM
KenRyan KenRyan is offline
Member
 
Join Date: Jan 2009
Posts: 37
Default Total Newbie and Non-Programmer Question

I am not a programmer but I just got AA after the rep took me through a script over the phone. It was awesome, so I bought the program. But I've not done a lot of automation or scripting before. Is there a source for me to learn some of the basics?

Thanks.

Ken
Reply With Quote
  #2 (permalink)  
Old 01-20-2009, 07:32 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

To get started easily, you can view the demo on Automation Anywhere 5.0 usage, at Automation Anywhere - Learning Center

We also have a manual for Automation Anywhere 5.0. For that, please refer the AAUserManual.pdf link given below:
http://www.automationanywhere.com/su...UserManual.pdf

To automate tasks in minutes, please refer templates at http://www.tethyssolutions.com/autom...etplace-aa.htm

In addition, there are many online sample tasks available at Automation Anywhere - Solutions

Hope that helps. If you could tell us more about your requirement, we would be able to help you more with specific task.
Reply With Quote
  #3 (permalink)  
Old 01-20-2009, 08:43 PM
KenRyan KenRyan is offline
Member
 
Join Date: Jan 2009
Posts: 37
Default

Thanks! I spent long time going through several of the tutorials on the site and learned a lot in a short time.

I posted my specific requirement in a separate post, but to summarize:

From a folder with 116 files (same ext.) in it, I need to purge all but 47 of them. The 116 file names look something like this: "voice_001," "voice_002," etc. all the way to "voice_116." I only need 47 very specific, BUT NOT SEQUENTIAL, of the files (i.e.-voice_013, voice_22, voice_112, etc.).

Any assistance appreciated. I LOVE this program!

Thanks.

Ken
Reply With Quote
  #4 (permalink)  
Old 01-21-2009, 07:06 AM
kylepyro kylepyro is offline
Junior Member
 
Join Date: Nov 2008
Posts: 28
Default

Ken - one quick strategy might be to take the specific files you need and place copies of them in another folder. Then you can just delete all the files from your folder and replace the ones you need to retain with the copies from the second folder.

If these files that you need to retain change during use, then a second strategy would be to put the file names you want to retain into a database table with a key of filename. A simple Access database will do. You can then use a simple set of sql and file commands to delete the ones you don't want: something like

connect to mydatabase

loop for all files in a folder

select filename from mydatabase.list_of_files where filename = $FileName$

if $FileName$ = $DataSet Column(1)$

then Continue Loop (bypasses the rest of this iteration of the loop)

endif

// deletes a file not found in the list

delete $FileName$.$Extension$

end loop (gets the next file in the folder)

Disconnect from Database

Obviously this is a quick pseudo code example, but it gives you the general idea.

Good Luck
Reply With Quote
  #5 (permalink)  
Old 01-21-2009, 08:44 AM
KenRyan KenRyan is offline
Member
 
Join Date: Jan 2009
Posts: 37
Default

Thanks Kyle! I'll let you know how it turns out.

Ken
Reply With Quote
  #6 (permalink)  
Old 01-21-2009, 10:51 AM
kylepyro kylepyro is offline
Junior Member
 
Join Date: Nov 2008
Posts: 28
Default

welcome - actually forum support supplied an easier method, using a list variable (which is why I'm a JM and he's forum support). Don't forget to check that out too.
Reply With Quote
  #7 (permalink)  
Old 01-21-2009, 11:07 AM
KenRyan KenRyan is offline
Member
 
Join Date: Jan 2009
Posts: 37
Default

Quote:
Originally Posted by kylepyro View Post
welcome - actually forum support supplied an easier method, using a list variable (which is why I'm a JM and he's forum support). Don't forget to check that out too.
Kyle,

I did try it out but had some problems. I posted my version of the task as an attachment in the other thread "Deleting Selected Files?"

I think I'm doing something wrong with the list. I'll give your method a try now.

Thanks again.

Ken
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 09:49 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2011 Automation Anywhere, Inc. All rights reserved