Batch that triggers after a certain time has passed after another batch has been executed [closed] - batch-file

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I want to make a batch trigger after for example 2 hours another batch has been used.
I tried task scheduler > trigger on event; log: application, source : add the path of the batch.
But nothing happens. What am I missing ?

Related

how to make batch file and make commands to execute step by step [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I have to make batch file which execute with run
echo on
start cmd
adb devices
adb root
and more so how to run them
need a program so I can make some commands

Bulk objects execution [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 days ago.
Improve this question
We have taken objects backup by using generating scripts. We need to create all objects again. Can anyone help me.
Name
Count
Procedures
5000
Tables
3000
It's difficult to execute one by one manually. Can anyone help me is there any option for bulk execution?
I have tried in through SSIS but not found solution.

Open file with application Batch Script [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I have a simple problem. I am writing a batch script that needs to run a file with a specific application. With the unfamiliar file extension I am using, it will prompt what app to open the file with, but I want this to be automated.
My current code is just start /wait example.idk
Help would be much appreciated
You can explicitly start the 'specific application' with the 'example.idk' as parameter. Something like: start /wait "specific program" "PathToSpecificProgram\specific application.exe" "example.idk"

Batch File SIP ALG test [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
The below line has a program that runs like a batch file.
I'm needing to create something similar that can run as just a batch file to
test for SIP or ALG.
https://kb.iplogin.ca/hc/en-us/articles/360003299092-Prepare-Your-Network-for-Phones-line-test-ports-and-protocols-
I work at for a Telecommunications company and it would be a great tool for us to use. - Many thanks
There are plenty of such tools exists. For example http://sipp.sourceforge.net/
No point write just enother tool.
Just create scenario for sipp and check out result.

Batch - Commenting on YouTube [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I would like to create a simple program that can comment on youtube videos automatically. If This is possible then maybe i can find a Way To automatically comment on youtube
Thanks in advance
It is not possible to do with batch files, but look into VBScript, it has a "SendKeys" function which is like a typer and you can click in sertain positions.
Which means you could create a program that clicks in the comment box and types, then presses "Post".

Resources