Most voted "prompt" questions
61 questions
Sort by count of
-
0
votes1
answer100
viewsReplace filename via MSDOS prompt
I am creating a job and would like to replace part of a file name. I use the following: "rename" | caminho onde devo atualizar + nome_anterior | novo_nome However, using the above option, my file…
-
0
votes1
answer55
viewsError in Javascript. "prompt not set"
I decided to make a project of calculation of average school with conditional, where I can perform the calculation n times, or finish if you wish. No replit.com is running, but VS Code is giving…
-
-1
votes1
answer1952
views'phonegap/Cordova' is not recognized as an internal command
'phonegap/Cordova' is not recognized as an internal or external command, a operable program, or a batch file. I was with this error and was breaking my head, I will share to those who are having…
-
-1
votes1
answer51
viewsproblem when using text to Speech in python, problem with windows path
I followed this tutorial: https://cloud.google.com/text-to-speech/docs/quickstart-client-libraries?hl=pt-br#client-Libraries-install-python To do python convert text to speech Everything went well,…
-
-1
votes1
answer14
viewsError trying to create the first dependency with the Composer init command
Good evening, I’m studying php, I’m on the part of learning to use Poser, when creating the first dependency of Poser when it comes to a part it gives the following error ... I have looked for the…
-
-1
votes1
answer21
viewsCommand at the Windows CMD prompt
I use the following command at the prompt to unzip the file and at the end close the window. However, when there are no more files, it informs that it has no file and does not close the window. How…
-
-2
votes2
answers998
viewsJavascript, hit sequence of numbers
I don’t 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];…
-
-2
votes2
answers185
viewsA bat that copies a file to a folder named after it
Hello, I’m trying to create a bat that copies a file from a folder and creates a folder with the name of that file, and plays that file inside it but it’s not working very well and I need help @echo…
-
-2
votes0
answers9
viewsJupyter notebook install Ganymede
Hey guys, I’m trying to install Ganymede so I can use Java, Javascript and Kotlin in Jupyter Notebook. I have already installed in Jupyter, Python and C#. But whenever I try to run the command to…
-
-4
votes1
answer50
viewshow to make a loop with javascript prompt?
let nomePessoa = prompt('Digite o nome da pessoa '); let idadePessoa = prompt(`Digite a idade de ${nomePessoa}`); let alturaPessoa = prompt(`Digite a altura de ${nomePessoa}`); let…
-
-5
votes3
answers93
viewsOpen Multiple Programs at Once CMD
I want to use CMD to open a program several times. Example I want to open 5 times with a single command. And not as in this example. So I don’t want this way, but any that opens with a single…