Interacting with external program [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
During my work I need to perform some routine actions in program. So I'm looking for a way to automate the process. The program/script have to be able to run an external program (executable file in windows 10) and press on couple of buttons. Would like to hear suggestions from you.
Sorry for a lame question.

For windows try AutoIt. See this tutorial: https://www.autoitscript.com/ https://www.autoitscript.com/autoit3/docs/tutorials/notepad/notepad.htm

Related

How does Windows 10 S determine which executable to allow to run? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm curious how does Windows 10 S kernel implementation of CreateProcess know which process to run and which one to block?
For instance, if we take Notepad.exe:
It has no issues allowing it to run. And it is not even signed:
But the regedit.exe right below it, triggers this:
I'm curious, how do they differentiate between them?
EDIT: Forgot to mention. If you want to try it for yourself, Media creation tool now allows to create a Windows 10 S iso that runs fine in a VM.

schedule a task by "AT" command [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I tried to schedule a program by 'at' command in cmd. Some programs like 'php' worked well, but program that using gui like notepad, mspaint didn't work.
I want to know the solution or why it doesn't work. Thanks for reading.
schtasks is the recommended method, and replacement for AT command.

Need to be able to run a Batch file from another computer over the internet [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am running a minecraft server for a friend. And he needs to be able to start the server. I need some way to run a bat file over the internet for him. I am not really coder so. I don't know how to do this. I have been told by coder friends ssh is the way to go. I have no idea how to use ssh. Windows btw.
Quick Google Search, First result

Windows disappear but still in task manager. How to get them back? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have this problem now for a long time.
It happens that for example I have many Command prompt windows and notepad opened and suddenly I realize the windows are gone but the processes are still in Task manager.
Does anyone know what is going on. Did I press some kind of shortcut for this to happen.
Can I get them back somehow?
I found the culprit.
I started this software which caused the problems:
http://tribe.nu/Blockify.html

I want to stop a program in my computer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
This file has been generated by some program in my TEMP folder. How can I know which program has created this file. I want to stop this program to run in my computer, but I can not find it out.
FXSAPIDebugLogFile
Thank you
This file is related to MS program.
you can read how to clean the file and more about the issues here here and here
Some of them are pretty old, since 2007, but are still relevant.
Also next time it could help if you state which windows you have ? XP/Vista/Win7

Resources