I need help !
I want to edit multiple files one by one that are stored in a folder and store the new files in a different folder.I can not specify the file name because they would change every time.
I am a newbie so any help would be appreciated.
Edit Multiple files
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
If going to do them one by one, then using Input> may be the answer. A file Browse button is available so you can select from the names that appear.
You can select the file you want, then run the Editing program, save the file and loop back to the Input choices until you are done editing.
You can select the file you want, then run the Editing program, save the file and loop back to the Input choices until you are done editing.
Code: Select all
Label>Edit
Input>FileToEdit,Select a File to Edit
Let>REP_WAIT=1
Run Program>Notepad %FileToEdit%
//...edit and save as needed, close Notepad
Ask>Edit another file?,DoAgain
If>%DoAgain%=YES,Edit
MessageModal>Done Editing
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!