Questions tagged as 'prompt'

2
answers

A .bat file that changes the background color according to the number that the user typed [duplicate]

The code below should change the background color after the user types a number from 0 to 7, but the program closes shortly after the user types the number and does not change the color. I'm using the win7 cmd. @ECHO OFF SET /p num=Digite...
asked by 25.02.2017 / 15:22
2
answers

How to create a keystore at windows prompt?

I want to sign the apk of my application that has been ready for 1 month, but I can not create this 'keystore' in any way. I've tried it online in Android Studio (zzz) and am trying it at the command prompt for 2 weeks. I have tried to follow so...
asked by 20.07.2015 / 23:31
0
answers

ssh command is not recognized in shell when called by Run command via vba

I am mounting a macro that accesses the ec2 instance of AWS Amazon to run a python file. When I give the command at the Windows prompt, opening by run / cmd, the command below works. However, when I open Shell by the Run command, it says:   ...
asked by 20.12.2018 / 12:34
1
answer

How to configure .exe compatibility mode through the prompt?

I'm creating an application in electron, but the notifications only work if the application is running in compatibility mode with windows 7. I currently ask the user to right click the .exe, go to properties / compatibility / compatibility mo...
asked by 10.10.2018 / 14:39
1
answer

React-Native Command Propt

Does anyone know of any way to create a bat that is already executing this command one after the other? Open the CMD in the document folder Cd usuário Cd principal Cd appdata Cd local Cd Android Cd SDK Cd plataforms- tools Re...
asked by 09.10.2018 / 13:43
0
answers

Problem in creating a batch file for windows

When I use this piece of code, it works normally: @echo off setlocal enableDelayedExpansion if exist 1 == 1 ( set /p CONFIRM="Previous version is installed! Continue?" ) if exist 2 == 2 ( set /p CONFIRM="Previous version is instal...
asked by 16.02.2018 / 12:21
1
answer

'phonegap / cordova' is not recognized as internal command

'phonegap / cordova' is not recognized as an internal or external command, an operable program or a batch file. I was having this error and was breaking my head, I will share it to anyone who is having problems with the phonegap command at th...
asked by 03.05.2017 / 02:21
2
answers

Javascript, correct sequence of numbers [closed]

I do not know why it's not working: <input type="text" id="numero"/> <input type="submit" id="adivinha" value="compare com meu segredo"/> <script> var segredo=[1,2,5,6,11,12,15,16]; var numero=document.getElementById("numero"...
asked by 24.09.2014 / 18:44