Questions tagged as 'cmd'

2
answers

How can I continue a BAT in a new profile after rebooting

I've seen many websites teaching how to continue a BAT, but this occurs in the same profile. In my situation I need to be started in another profile, including restarting Windows, a new profile will be created and it is in this profile that I ne...
asked by 25.05.2017 / 14:03
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
1
answer

Git merge on windows conflict occurs and the line in the file is not marked

When trying to perform a git merge on Windows in a file that has been modified on the same line, the message: warning: Cannot merge binary files: g.txt (HEAD vs. feature3) Auto-merging g.txt CONFLICT (content): Merge conflict in g.txt Automati...
asked by 23.04.2017 / 00:00
1
answer

Deleting rows from a csv file with bat or shell

I have a file with 150k lines, in these lines I contain information that goes to a label printer. But at the time of printing, the program checks the 150k lines to see if there is any duplicity, it greatly disrupts the printing process. How c...
asked by 07.04.2017 / 23:03
0
answers

java error running via jar

I have a code that makes a request to a WS. When I run via NetBeans, the code works perfectly, but when I do via java -jar programa.jar the system has the following error: com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConn...
asked by 26.12.2016 / 18:15
1
answer

Error executing .jar in Windows PowerShell with Maven

Good afternoon everyone. I'm trying to run this tool (CPA - link ). Through the link available, I download the classes. After that, I run Maven, which generates a .jar. The configuration file (pom.xml) used in Maven is this: link After...
asked by 13.07.2016 / 17:27
1
answer

Use cmd commands in scripts made to run in shell - cakephp 3.0

I was wondering if you have how to use native windows CMD commands, from scripts made to run in the cakephp shell. I already run tasks that run in cmd, but with the commands of the framework itself but would like to use other commands.     
asked by 31.05.2016 / 22:22
1
answer

how to copy files in c

How do I copy files in c? I would like to copy the file "gg.bat" to "% AppData% \ Roaming \ Microsoft \ Windows \ Start Menu \ Programs \ Startup" as I do this using the language and tried with so it appears: The syntax of the fil...
asked by 06.04.2016 / 03:25
0
answers

Which encoding to use for CMD script?

The Windows Command Prompt uses an ASCII table different from ours, which I do not even know what it is. So much so that a batch with special characters when printed on screen are strange: Opção de área de influência gets OpþÒo de ß...
asked by 06.03.2016 / 22:17
1
answer

How to use the netstat command?

I'm testing a local java application on my local computer, but I can not upload my application because port 8080 is being used by some service that I do not know what it is. How do I know which service is running on port 8080 with the netsta...
asked by 14.11.2017 / 15:36