Questions tagged as 'windows'

1
answer

Disadvantage with conditional nests in Bat

I need to create a program that takes the current date and if that date is between the 10th and the 20th of the month, print the date of the last month in YYYYMM format (that is, month -1). The code I made is the following: @echo off &s...
asked by 19.07.2016 / 21:48
1
answer

How to share a folder between host and guesst in virt-manager?

I hope it's okay. First of all I leave an image to see exactly what I mean: As you can see, I'm trying to make the SharedXP folder shared between my host linux and the host system which is an XP. The issue is that I can not get Win...
asked by 03.06.2016 / 06:20
1
answer

Why does not IntelXDK make me executable / exe from my webapp for windows?

I have a game that I want to convert into webapp for windows. I charge the project on the IntelXDK server and I give Start Builds as Web Application. What I downloaded is a zip that when opened shows me the files I have uploaded to the IntelXDK...
asked by 10.05.2016 / 10:57
2
answers

Indicate HTML5 APP languages to publish in "Windows Dev Center"

I am developing an HTML5 APP with " Intel® XDK " and uploading it to the " Windows Dev Denter " indicates that the language is " en-US ". Neither in the XDK nor in the Dev Center "options do I see where to edit the languages. How can I...
asked by 14.02.2016 / 19:20
1
answer

Print data in a printer from python in windows

I'm doing some research on how to print data to a local printer from Python on Windows. If you have the document and its route, a simple way that I found was this: import os os.startfile("C:/Users/Jdash/Desktop/TestFile.txt", "print") Ho...
asked by 14.02.2016 / 17:58
0
answers

Remove duplicates in a Csv batch file

I have the following code, it works fine but if it contains in some line the following character ! ends up deleting all the information or leaving it wrong Example of input of the Csv file. Column 1 Column2 Column3 Hello...
asked by 05.12.2018 / 21:55
0
answers

Error Code: 1290. The MySQL server is running with the - secure-file-priv option so it can not execute this statement

I am trying to enter data into a MySQL bd from a .csv file and when executing this command line: load data infile 'C:\respaldo\respaldo.csv' into table productos fields terminated by ',' lines terminated by '\n' ignore 1 lines; I get this e...
asked by 16.11.2018 / 03:03
0
answers

Are there differences between a linux / windows environment to program php + mysql? [closed]

I have a program that is in PHP installed in LINUX and I have to add some new things. I did not do it and I want to mount it in a testing environment on windows. With Xampp I raised the Apache server and MySql (I had some problems connecting...
asked by 09.09.2018 / 18:51
0
answers

Send message by socket in C blocks

I need to send data packets in blocks through a socket . I have a pointer of uchar with the complete message, and a variable of type int with the length of it. The connection of the socket I have already done perfec...
asked by 03.10.2018 / 16:59
1
answer

Exercising windows command as administrator from PHP

I have to run the following command as an administrator from PHP: $salida="sintaxis\insertarlo.exe sintaxis\sumar.cpp"; $respuesta=array(); $estado; exec($salida,$respuesta,$estado); but apparently as it is an .exe you need the command to r...
asked by 31.08.2018 / 00:28