Questions tagged as 'cmd'

0
answers

ionic serves --lab does not work right

Hello, I installed the ionic on my notebook with Win10. I created a project and I use the ionic command --lab and it opens the project interface in my web browser, but when I make code changes the interface does not update. What should I do?   ...
asked by 25.06.2018 / 19:16
0
answers

Download files directly in CMD

After much searching, I found a way to do direct downloads through CMD, without the need to open an external program, however, I wanted to put a progress bar, or at least display the speed of the file download. I added a progress bar just for...
asked by 29.05.2018 / 19:24
2
answers

Problem with batch "set" command

Good afternoon. I was doing a very simple programming, in general, simply serves to put the numbers that the user put (10 numbers) in ascending order, however something strange happens already in that part set /p NM9= set /p NM10= :CICLO if %...
asked by 08.05.2018 / 22:18
1
answer

Change GIT password in Windows

I use git in Windows and I need to know how to change his password through CMD . Every time I try to make a git push , it gives the error below and I need to enter the login and the 'new' password fatal: HttpRequestException encoun...
asked by 02.04.2018 / 00:34
0
answers

Would you like to open a cmd window via php via the web?

I'm using the following code below: $wShell = new COM("WScript.Shell"); $exec = $wShell->Run("notepad.exe", 7, false); exec("C:\inetpub\wwwroot\boxlabel\box_bat.bat") or die (""); I would like to run it without being in background op...
asked by 27.03.2018 / 18:11
2
answers

Bat for network copy only on hosts that ping

Hey, I'm trying to make a script to copy a file from the desktop of the PC to other computers on the network, but I want to copy only the computers that ping, for example, if the pc dribbles it copy, otherwise it skips this host goes to the othe...
asked by 11.03.2018 / 16:13
0
answers

CMD File and Task Scheduler

I use the Windows Server 2008 system, and I need to run cmd by agendador de tarefas , but when I do the task, it only runs cmd but does not execute its content, would anyone know how to solve it?     
asked by 07.12.2017 / 12:11
0
answers

Error: Could not find or load main class [duplicate]

I already tried: Could not locate or load the main class file.java I'm starting to learn how to use java. Code: class main { public static void main (String[]args){ System.out.println("Ola mundo"); } }     
asked by 30.09.2017 / 20:41
2
answers

Network connections between processes inside a machine

When you give the command netstat -na in the windows cmd, the network connections that are in progress on the machine appear. In my case several connections appeared, having as source and destination IP the "127.0.0.1" which is the "internal"...
asked by 31.07.2017 / 00:33
1
answer

Code page with accent on Command Prompt

When updating my system application, a command line is called to execute a script to update the database. The script calls the Isql tool of Firebird by sending the file containing the SQL statements as a parameter. What happens is that there...
asked by 08.07.2017 / 00:03