K
K
Kievlanin2021-01-11 14:22:39
Automation
Kievlanin, 2021-01-11 14:22:39

How to automate similar actions in windows?

The work program has many operations of the same type that are associated with data entry.
Also, you can’t install third-party software on a working computer, as well as climb into the program algorithm.

We need a script that will repeat the cycle of the last entered 3-4 steps, n-th number of times with a certain interval between steps. Something like a batch file.
To approx.
1) Reading a barcode scanner (13-digit number). Wait 0.5 sec
2) press the enter key. Wait 0.3 sec
3) press the f1 key
4) repeat the last 3 steps n-1

Need advice on how and where to implement such scripts, where to look, what to learn.

PS I don't understand programming, the most I can do is write a simple script in js.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2021-01-11
@Kievlanin

AutoIt

B
BasiC2k, 2021-01-12
@BasiC2k

If you can’t install software, then you can build a keyboard emulator on Arduino.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question