Most voted "windows-10" questions
60 questions
Sort by count of
-
0
votes0
answers24
viewsError while trying to run a program via "Makefile" or via IDE
Currently, whenever I try to run a code (c++) I get this error message: I searched several sites and thought that the error might be in "Microsoft Visual C++ Redistributable", but I tried to…
-
0
votes1
answer20
viewsError regarding guidance on building modules in the Head First Python book using Windows
Hello! I’m reading the book Head First Python and a question arose regarding the creation of module and distribution of it using Windows. Following the author’s guidelines, I created a.py file with…
-
0
votes1
answer33
viewsHow to send the results of multiple Findstr commands to only one.txt file?
I’m creating a bat which has several commands "Findstr" How can I send the multiple results obtained by the commands "Findstr /i /c:Strings for the same arquivo.txt? dir/s/b C:\Users >…
-
-1
votes1
answer200
viewsC++ libraries
my problem is this: my college activity is to create a program in which the user can move the cursor from the screen to where he wants, using coordinates, and also the user can change the color of…
-
-1
votes1
answer322
viewsHow do xcopy copy a directory from a variable
I’m with a project involving bat más I need to use a command (xcopy) Suppose: I want that I can enter the whole directory ex: C: Users "User" directory and be able to type in the destination ex: D:…
-
-1
votes1
answer134
viewsExtension pgsql Does not load in PHP7.x
I am changing from PHP5 to PHP7 in windows 10 (development machine), all my settings have gone up good, Mysql, Firebird, PDO Mysql, PDO PGSQL, but the blessed Native PGSL does not go up, I have…
-
-1
votes1
answer45
viewsSee list of containers
I am using Docker Toolbox (Docker on Windows 10), when I have to give the command docker ps it brings the following result: error During connect: Get…
-
-2
votes1
answer196
viewsWindows shortcut in conflict with Eclipse
I’m using the Eclipse. When trying to format the code with the shortcut Ctrl+Shift+F, instead of indenting Java code, it opens the Windows remote access screen, as you can see in the figure below:…
-
-3
votes2
answers228
viewsCreate shortcut with python
I’d like to know how to create a shortcut for my own script . py using Python. I mean, my code creates a shortcut of its own.…
-
-3
votes1
answer162
viewsVisual Studio Code Terminal
I searched a lot on NET and Stack and could not find the answer to this question. So let’s go. I have Windows 10 installed on my machine, and I’m trying to adapt to Visual Studio Code ( IN JAVA )?…