Questions tagged as 'windows'

1
answer

How to uninstall a program in windows 10 using a .bat file?

I must uninstall and install a program frequently, it occurs to me that it could be possible using a .bat that executes CMD type commands to uninstall it. Is this possible ?     
asked by 11.05.2017 / 19:25
1
answer

USB events in Python

Someone knows how to listen to events on USB ports in Python, for example to know if a USB memory was connected.     
asked by 05.04.2017 / 01:00
2
answers

pg_hba.config shows me error on the server

I am connecting to the database through an ip from Linux to Windows but when running the project in Linux it shows me the following error, and I do not know how to solve it: I would appreciate the interest.    SQLSTATE [08006] [7] FATAL: the...
asked by 22.02.2017 / 18:10
0
answers

Build installers for windows mac and linux electron

I'm doing a desktop application, and what I want is to be able to build installers for the 3 platforms. I am using electron builder, but I have the problem that it only allows me to build applications for the same platform. If it is Windows f...
asked by 29.01.2017 / 18:11
1
answer

cacls.exe php in windows

I was looking, but I did not find much information about it. I need to assign pemis to directories in windows from PHP. They told me that as a mod it does not work in windows, I used cacls.exe, but I can not find a way to implement it. Is...
asked by 01.02.2017 / 18:18
0
answers

MKDIR in windows

Good afternoon, I have a question: I have an apache running on windows. And I have the following sentence: mkdir("ruta...\".$reg->id, 0777) Is it correct to use that directory creation function? I understand that in windows chmod()...
asked by 31.01.2017 / 21:07
2
answers

cv2.calcHist causes error "pythonw.exe has stopped working"

I am working on a project with OCR using a webcam. I need to know the number of black pixels present in an image, so I tried to use the cv2.calcHist function but it causes python to stop when I execute the code. If I comment lines 13 and...
asked by 05.02.2017 / 17:47
1
answer

How can I use Space (Spacebar) in the "CHOICE" command

I NEED A SCRIPT FOR THE COMMITTEE TO 'CHOICE' DETECT THE SPACE KEY I am making a programming language the program of this new language I am doing with batch. I know it is not the best but I am very advanced in that "language" Unfortunately I...
asked by 20.04.2017 / 03:29
3
answers

How to make git ignore files (configure .gitignore) [closed]

I am learning to use git by doing a simple project in Java without using a development environment (compiling directly from the terminal). I want git to ignore the files .class that as you already know are the Java binaries. I've been...
asked by 30.11.2016 / 16:34
0
answers

C # - Create a Setup for a Windows Service with Timer

Recently I created a windows service with System.Timers.Timer , this service will fulfill a task of creating a .txt file every minute (1 minute). p> PROBLEM After creating your Setup (installer) and can install it on my own PC or on a...
asked by 03.01.2017 / 22:25