Questions tagged as 'prompt'

1
answer

Command For not working

I'm trying to run the for command at the command prompt to delete all my files that have the text "< cd_comiss>P< /cd_comiss>" , assigning them to a %%e variable, but it returns me that %e was unexpected at this point....
asked by 16.06.2017 / 18:39
1
answer

How to identify the type of data that the user typed in a prompt or input?

I started studying JS for 3 weeks and I'm really apprentice ... My greatest doubt is that I do not know an operator or command to identify and condition the value of the type of data entered by the user, for example: var userValue = prompt(...
asked by 19.09.2014 / 21:48
1
answer

Error Signing Digital Signature - "unable to load Private Key"

To create a Digital Subscription you need:   - Private key.   - Public Key.   - HASH of the file to be signed. I'm using the following algorithm for the process: image1 http://maxicertificadodigital.com.br/images/sobre/03.png ima...
asked by 31.03.2015 / 15:51
0
answers

How to run a Java application with Play framework at the prompt?

I have a large system developed in Java that uses Play , but this system was developed in Linux , and now I need to run it in Windows . There is script to compile in Linux ( run.sh.template ). I n...
asked by 28.07.2017 / 14:37
1
answer

Problems installing the Ionic Framework

I'm a beginner with the Ionic framework and I'm having a problem trying to install. Recently I had to format my computer and now I can not install the framework again. When I run the npm install -g ionic command, the error that you c...
asked by 19.02.2015 / 03:14
1
answer

How to execute java at the prompt by Eclipse

I made a code in java and in it I use "\ r" which only works at the prompt and would like to know how to execute this code at the prompt by eclipse itself.     
asked by 06.07.2015 / 21:30
3
answers

How to make decision structure to change color in a bat?

Hello, I would like to know how to make a decision in the following situation: I have a cmd window with a constant ping, I wanted the script to analyze when the ping was normal, the letters of the cmd would be green, if it went without a connect...
asked by 16.04.2016 / 21:07
1
answer

Return Result of an IF executed by the Command Prompt (CMD) in C #

Hello, I'm trying to get a return from an IF line of the Command Prompt (CMD) with Visual Studio 2015 in C #, but I'm not getting it. The following code executes the CMD, inserts the directory path containing a C ++ (.cpp) file, and using the...
asked by 29.08.2018 / 14:59
1
answer

Creating a .BAT and executing the code with administrator privileges

How do I make a .bat and execute and line the code as ADM directly via code?     
asked by 17.11.2017 / 16:00
1
answer

Searching and Separating Files Using .bat

   I have a daily / monthly process where, I have a .txt that has a list of about 10,000 file IDs (one ID per line) (example_contact_file.txt)    {   12345   23456   34567   45678   56789   } Each (eg 12345) file ID of the .txt...
asked by 10.05.2017 / 20:28