I would like to know how I can change the PATH variable in the Windows environment.
I am linux user but I know that windows also allows the use of this environment variable to find its executables.
I use the Kaspersky antivirus and for it to allow my software, written in Delphi, to run I needed to mark it as reliable software.
The reason Kaspersky gave was that the software is not reliable because it is not digitally signed.
Look...
As usual for PHP I always install Debian and Apache, but I want to delve deeper into web development and want to take a look at ASP.NET, out of curiosity I came to doubt whether I'll need a Windows server if I run in one production environment....
I was reading this question 1 here on the site and I came across some times with the term "COM objects".
A brief survey showed me that COM means Component Object Model , but I could not extract more information than this. >
What I w...
I have a desktop application that needs to copy media files from a server, videos and images. The server is on the same network as the terminal on which the program is installed. The problem is that this terminal will not be logged in with usern...
I would like to display a pop-up warning that the code just ran.
The only script I have, below, is what opens a command window.
system('CMD /C "ECHO O seu script chegou ao fim! && PAUSE"',
invisible=FALSE, wait=FALSE)
...
I'm trying to set up my own development environment on a machine with Windows 10 .
The idea would be to install Apache + PHP + MySQL . The problem is that the documentation of the software is quite complicated for beginners like m...
I currently have a Tomcat server running on a machine with Windows Server 2012 . But I got some tips from an Infra friends where they say that Tomcat no Linux performs better. Then I had these doubts:
What are the pros a...
How do I capture the audio that the microphone receives in Windows with C #? I want to develop a software that receives external sound and based on it it changes the volume of my computer.