1

I run a job that creates 35 text files. The problem is I need to transmit these files after they are created, but before I can send them I need to go into each file and remove a space in order for the file recipient to process them.

This means I need to open each text file, click on configure-block select mode, click on the visible button, put my cursor at the top line before the space and use the shift and arrow key to highlight the space, hit the delete key once it is highlighted and finally save the file. I want to create a batch file that can automate the process. How would I go about doing this?

An Dorfer
  • 1,178
Carl
  • 11

1 Answers1

3

AutoIT - sounds like the good tool for this. You can make a script with this that will do same things with your files. Click, shift, delete.