how to make batch file and make commands to execute step by step [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 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

Related

Batch that triggers after a certain time has passed after another batch has been executed [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 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 ?

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"

How do I use selenium with docker-compose [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 1 year ago.
Improve this question
I just want to open the driver with selenium-docker, but for some reason I can't connect to the host
My repository:
https://github.com/ribeirosaimon/selenium_teste
<< I need to wait Browser, Thx! >>
Your chrome node is attached to different network that other services. Remove any mentioning of networks from your docker-compose.yaml.
Docker-compose creates temporary bridge network by default for the services which are started from one file.

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.

Auto startup an executable application when downloaded from an email [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 6 years ago.
Improve this question
I am building an application with C language for my final project,
I am sending the executable application via email,
when the application is downloaded it should run itself.
There is no way to do this. This is to stop viruses/malware etc. to spread.

Resources