 |
Create a new task
- Click on New -> Task Editor.
|

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Screenshot 6

Screenshot 7

Screenshot 8 |
 |
Loop through all the files in a folder
- Select Start Loop in Conditions/Loops category.
- Select Files for folder option.
|
 |
Select only document Files
- Under Conditions / Loops category, double-click on If command.
- Select the option Variable
- Click on Edit button
- From the first drop down box select the System variable name Extension
- Select the Operator 'Equals'
- In the File option specify the value 'doc'
|
 |
Open a document
- Under Program/Files/Windows category, double-click on Program/Files command
- In Program/File path specify the value '$CurrentDirectory$\$FileName$.$Extension$'
Open "$CurrentDirectory$\$FileName$.$Extension$" |
 |
Apply formatting to the document
- Insert keystrokes in the documents to select all the contents of the document.
|
 |
Double click on Manage windows command
- Select the Microsoft word window, put the wild card ‘*’ before and after ‘Microsoft Word’
- Click on recording button and start recording of actions.
|
 |
Click on ‘Format’ menu
- Select the option ‘Click item by text’
- In the text write the name of menu on which you want to click here, we write ‘Font...’
|
 |
Capture ‘Font’ list box
- Select the option ‘Select item by text’
- In the text write the name of item which you want to select. Here we write ‘Times New Roman’
|
 |
Capture ‘OK’ button of the font window.
- Select the option ‘Click’
Similarly record all the actions required to format all word documents. |