Questions tagged as 'cmd'

0
answers

Run webservice via CMD returns NULL

I have the code below that I need to run it every hour. This script running through the browser, returns the data correctly. I wanted to run it via scheduled tasks, by CMD through the lines of execution: c:/caminhocorreto/php -c c:/caminho...
asked by 03.07.2017 / 14:33
0
answers

execute CMD command through JAVA

I'm having trouble running a command in CMD through JAVA. This command is executed by a .jar that is inside a directory "C: \ CopyUtility \ CopyUtility.jar." This is why I need to enter this directory and execute the command. For this I am us...
asked by 08.05.2017 / 01:40
2
answers

Add suffix to the first line of text file using BAT

Good people! I'm editing some F1C game mods, which use text files to store the AI's data for the pilots. In the first line of each file comes the name of the pilot: Michael Schumacher ... and I would like to add a suffix at the end of...
asked by 30.04.2017 / 17:54
0
answers

Restore routes after the route -F command? [closed]

Hello, good night / dawn! I'm researching here on the route -f command, which for me was unknown. This afternoon my curious brother was moving the cmd, trying to understand the "route" commands, but he ended up unconfiguring something and we...
asked by 19.12.2016 / 04:27
1
answer

How can I find the user in Ubuntu (Shell / Bash)

I want to create a system that should interactively find the user and subsequently tell whether the user exists or not. I must provide the username and if the user is found then the system found the username and enter, if not say there was an er...
asked by 12.10.2015 / 13:37
1
answer

Fatal Error - Allowed Memory - PHP

I have the following problem, when running my script via browser it works quietly and very fast, but when trying on CMD it consumes all memory and error. Via browser: http://170.30.255.100:88/call_email_gerente_conta.php Via...
asked by 19.02.2018 / 14:16
1
answer

Disable power saving on drivers

I need to disable the following option in Windows10:    Allow the computer to turn off this device to save power The above option can be found by right-clicking on the This PC - > Manage - > Device Manager then choose a driver...
asked by 24.10.2017 / 14:12
1
answer

How to create "drawings" in files written in Batch

My question is: How do I add "drawings" in my .bat code like the ones that appear in the Linux Terminal? Itriedtoinsertthe"drawing" using the FIGlet Generator tool. But when I run the file (source code) to open in Windows Command Prompt i...
asked by 27.11.2017 / 20:37
2
answers

Problem with comma cmd

C:\Windows\system32>wmic /node:"BR1102013" /user:"vedadmin" /password:"i@M}r43/3g%s,L;" product get name , - Alias not found. Can someone tell me why I can not use the comma and how to solve it?     
asked by 03.08.2017 / 18:32
2
answers

List folders and subfolders cmd

I would like to display the directory name followed by the folders that are inside it in order. I tested the command: dir /s /b /o:g /ad And the output was generated like this: C:\Users\JG\Pictures\Animes C:\Users\JG\Pictures\Series C:...
asked by 20.09.2017 / 16:47