LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Free desktop macro? (https://www.linuxquestions.org/questions/linux-software-2/free-desktop-macro-4175475783/)

puttyguy 09-03-2013 08:25 PM

Free desktop macro?
 
Can anyone suggest a good macro that can be used on the desktop?

I'm looking for something that is free that can copy and paste text line by line into another program.

Any help is appreciated.

puttyguy 09-04-2013 12:39 PM

Hey again,

Does anyone have experience with RoboTask?

I'm trying to set up a macro that simply copies, pastes, and executes commands in SSH.

I have a list of files (in a plain text file) that I want to delete from server:

Code:

rm -f "file1.htm"
rm -f "file2.htm"
rm -f "file3.htm"
rm -f "file4.htm"
rm -f "file5.htm"
rm -f "file6.htm"

... and many thousands more.

I simply want RoboTask to copy each line into Putty (one-by-one) and press enter, thus executing the command.

Any help is appreciated.


All times are GMT -5. The time now is 09:34 AM.