schedule a task by "AT" command [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 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.

Related

Interacting with external program [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 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

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

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

Cancel Terminal Password [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
When say using sudo, it requires a password. But at the instance, I decide that I do not actually want to take the command (or forget the password and want to try again later). What should I do other than close the terminal externally?
Type Control-c to kill the command.

ctrl+U doesn't work to clear my Terminal Screen [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
Sorry for the silly question...
How do I clear my terminal screen? Cause ctrl+U just doesn't seem to work. Or do I need to assign this command somewhere?
Thanks
Try CTRL+L. In alternative, you can run clear command.

Resources