Questions tagged as 'cmd'

2
answers

Use 2 versions of Java

My company uses an application that no longer has maintenance and can not change, it runs with Java 6.0.17, however in all other applications newer versions of Java are needed. As a solution I made a .bat file to run the old version on...
asked by 19.12.2018 / 16:23
1
answer

.bat number generator

I need a .bat that generates random numbers with the 123 characters in different sequences type 123,321,213,312,231 preferably using a number of each other without being so 212. But if it only gives otherwise it can be! Can someone help me? I'm...
asked by 04.05.2018 / 22:08
1
answer

Doubt when joining txt files

Looking at the internet how to merge txt files, I found the CMD command line code below: for %f in (*.txt) do "%f" >> união.txt The logic is to loop, grab all the txt files and create a new 'union.txt' file with all of them to...
asked by 21.11.2017 / 15:46
1
answer

How to pass data read in a program in c ++ like momando in cmd

I would like to know how to read something in a program and pass this reading as a command to cmd, through the stdlib or cstdlib library, whatever. The photo shows what I'm trying to do.     
asked by 11.02.2017 / 22:11
1
answer

How can I answer a completed cmd question?

I am automating a process through a .bat file and at a certain point cmd asks me a question, I would like to know how I can respond. I tried: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-r...
asked by 25.10.2018 / 15:00