D
D
Dmitry Artemov2018-03-15 21:41:04
Automation
Dmitry Artemov, 2018-03-15 21:41:04

Application management using a batch file. How to implement?

Hello comrades! The question is:
How can I launch a Portable application using a batch file and have the batch file automatically enter the data previously specified in it into the "login" and "password" fields, and then click on the "Login" button? I want to understand how to tell the batch file what exactly he needs to do in the window of an already running application (which he himself launched). How to make it interact with the application and with its elements in the order given to it? I mean - replaced the "human" actions ("click" and data entry).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
res2001, 2018-03-15
@headwalker

cmd doesn't do that in its purest form. You need to use third-party utilities like autoit or nircmd.
In general, you can implement your Wishlist "out of the box" in JavaScript. Windows has a built-in JavaScript interpreter - cscript/wscript.
Probably PowerShell will handle it the same way.

A
Armenian Radio, 2018-03-15
@gbg

Batnik does not know how to do this. We need a smarter tool like autoint

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question