Hello KenRyan,
Exactly the way in which philkryder has explained, you have to use the "Loop" command with "every file in a folder" option and within the loop you will have to perform variable operation.
Following is the text of the task in which we are saving the filename.extension of all the files in a particular folder in the clipboard. For Example:
1 Clear Clipboard
2 Start Loop " Each File in D:\downloads\VIDEO SONGS\ENGLISH SONGS"
3 Variable Operation : $Clipboard$======$FileName$.$Extension$ To $Clipboard$
4 End Loop
5 Message Box: "$Clipboard$"
Thanks & Regards
|