Questions tagged as 'windows'

4
answers

How to execute .jar with the prompt?

I have already generated the jar file through Netbeans, but I am not able to run the program through the command prompt. What command to run it in the Windows environment?     
asked by 09.02.2014 / 20:03
1
answer

How to get information from a .CPL?

I wanted to make a program that would display all control panel items. For this I need to query some registry keys, but there are programs that still use cpl files to store the information. I've heard that cpl are DLL's written in C ++ but I...
asked by 30.01.2015 / 21:21
2
answers

What are pointers?

I've come across this in several languages, especially C and C ++, but I've never understood what it is, how it's used, and why it exists. I discovered unintentionally that it also exists in C # and is an unsecured practice. What are pointer...
asked by 03.01.2018 / 21:47
1
answer

Start my Windows application in System Tray

I have no idea how I make my application start with Windows 7 already in System Tray mode. That is, start with Windows and get the program icon next to the Windows 7 clock.     
asked by 12.05.2014 / 16:09
1
answer

Javac is not recognized as internal or external command [closed]

I'm trying to compile a class in java via the command line (cmd), however I can not, the error shown is:    'java is not recognized as an internal or external command, operable program or batch file. Image of the prompt with the error:...
asked by 12.09.2015 / 20:47
3
answers

How to write commands in a console program through a batch file (.bat)?

I want to automate a routine through a .bat that calls a console program which, in turn, will receive successive commands from this .bat . This console program could be, for example, an ftp client. Example: c:> BaixarArquivo...
asked by 04.02.2014 / 13:52
3
answers

Licensing: How to deal with tampering with a computer's local time / date?

I'm developing an application (Desktop) that requires license renewal periodically, following a SaaS template. The license template should work as follows: The license will be downloaded from a web service. This requires the user to be...
asked by 29.02.2016 / 19:49
3
answers

Speed difference between Plink and OpenSSH

I have a setup with some Mercurial repositories. For security and standardization issues recently the https access to the Mercurial repositories were disabled, which forced all developers to use ssh. In Linux everything worked very well, but...
asked by 17.07.2016 / 01:05
1
answer

Differences between one: Linux and Windows Development Environment [closed]

I would like to know the development differences between these two OS. I have little knowledge about Linux, only theoretical. Today, researching the creation of a PHP environment, without using XAMPP or anything like that, I came across th...
asked by 19.05.2016 / 06:47
1
answer

How to create an executable from python

I'm doing a service where I have to do a program that reads and creates files with numeric data. The problem I have is that the computers on which the program will be used are not accessible to me. Because of this, I needed to convert my file...
asked by 10.02.2017 / 18:06