I am looking for how to write a program that goes:
ctrl+c
alt+tab
ctrl+v
ctrl+s
(types in "0001")
enter
alt+tab
(right arrow)
and then repeats:
ctrl+c
alt+tab
ctrl+v
ctrl+s
(types in "0002")
enter
alt+tab
(right arrow)
and continues like this until i tell it to stop going. i want it to repeat the actions i said above except that the number keeps going up for each time it's entered. could anyone write a program for that in the answer box and tell me how to save it as an actual program?
i am decompiling a quicktime video frame by frame. i have my personal reasons for doing this.
okay, how do i make a macro then?
ctrl+c
alt+tab
ctrl+v
ctrl+s
(types in "0001")
enter
alt+tab
(right arrow)
and then repeats:
ctrl+c
alt+tab
ctrl+v
ctrl+s
(types in "0002")
enter
alt+tab
(right arrow)
and continues like this until i tell it to stop going. i want it to repeat the actions i said above except that the number keeps going up for each time it's entered. could anyone write a program for that in the answer box and tell me how to save it as an actual program?
i am decompiling a quicktime video frame by frame. i have my personal reasons for doing this.
okay, how do i make a macro then?
Try a program called auto keyboard.
There are a lot of programs that record your keys and repeat them. You should be able to put a variable in the list of keys to repeat that increments.
If you are taking a list of names and saving them as textfile or something a program could look at the list and save it faster.
There are a lot of programs that record your keys and repeat them. You should be able to put a variable in the list of keys to repeat that increments.
If you are taking a list of names and saving them as textfile or something a program could look at the list and save it faster.
Try a program called auto keyboard.
There are a lot of programs that record your keys and repeat them. You should be able to put a variable in the list of keys to repeat that increments.
If you are taking a list of names and saving them as textfile or something a program could look at the list and save it faster.
There are a lot of programs that record your keys and repeat them. You should be able to put a variable in the list of keys to repeat that increments.
If you are taking a list of names and saving them as textfile or something a program could look at the list and save it faster.
Sounds like you just want to make a macro.
I could, but not for free . . .
What is it that you are copying and pasting? Files? If you let me know EXACTLY what it is that you are doing, it will be easier and may not need to contain all the Alt-tab stuff.
What is it that you are copying and pasting? Files? If you let me know EXACTLY what it is that you are doing, it will be easier and may not need to contain all the Alt-tab stuff.
I agree that this needs a macro, but switching between programs probably won't work. What are you actually trying to do?