Questions tagged as 'windows'

2
answers

I need to select which officials are allocated on which projects

I need to make a select of which officials are allocated on which projects but when I run my code: select projeto.nome, funcionario.nome from projeto, funcionario It selects all names in all projects and not how they are actually allocated....
asked by 08.11.2018 / 18:57
1
answer

Windows Features With DELPHI

I would like to know how to make my program have these options: Uninstall and Change Equal Options shown in the image. In Delphi     
asked by 05.05.2018 / 16:05
2
answers

Specific libraries and C compiler defaults in Windows and Linux

I'd like to know why conio.h and strrev() of library string.h , there is no Linux. Is there anything else that can only be done in Windows? And why this happens? Is there anything that can only be done on Linux? I did some...
asked by 04.06.2018 / 15:57
1
answer

Access 64-bit key in the Windows Registry through 32-bit application

I need to get information about the network to list in an application I'm doing, but I'm having a problem accessing Windows Registry because of project preference. Path: Right-click on the class, click properties, and then compiler. Note...
asked by 14.03.2018 / 21:26
1
answer

How to update Java application of .war format for several clients?

I have a tomcat 8.5 server and deploy a .war file. The same works perfectly. My question is, each client has a server deployed in their company, so I'll distribute the same .war file to various clients. What is the best way to create an autom...
asked by 01.08.2018 / 18:57
1
answer

Identify which partition is running the script

In the case of prompt of command we can use Windows environment variables to advance paths, such as: echo %homedrive% That will result in the attribute letter where sistema operacional was installed. But to tell you the tru...
asked by 03.03.2018 / 03:58
1
answer

Automate printing of files within a folder

I need to make any file that is in the folder, example c://imprimir , printed automatically, checks to see if it has something and sends it to the default printer . I've been researching in Python but I've basically been able to access...
asked by 02.03.2018 / 13:05
1
answer

Make global reference in C #

I am creating a simple system of operations with no database in C #. It has 3 Forms, which are: Login.cs , Register.cs and Main.cs . It also has the Conta.cs class, where operations are performed. My question is this: in form Registrat...
asked by 23.12.2017 / 01:07
1
answer

Terminal Git vs Terminal Node vs Windows Terminal

I'm having a hard time noticing the need to have so many terminals installed on my computer when I need to use git or node.js. What are the differences between the terminals, what can one do and the other not? For example: I wanted to check if I...
asked by 05.01.2018 / 17:02
1
answer

Can I run a .NET Native image directly?

I have compiled my executable in C # for a .NET Native image using ngen.exe , I have the location of the file, but when I run Windows it says that the executable is invalid. My goal was to make my application written in C # independent...
asked by 20.01.2018 / 21:10