Questions tagged as 'windows'

3
answers

Manipulate files with Batch

I want to make a BackUp of a folder with all its files, called "DATA", and make a Backup, every time that it runs in a .BAT file, it is backed up.     
asked by 26.05.2017 / 22:38
2
answers

I can not ping a docker container

I'm running docker on windows 10; I have two containers configured on which I can not ping: > docker inspect -f "{{.NetworkSettings.IPAddress}}" app_nginx 172.17.0.3 Al hacer ping, sale tiempo de espera agotado. Al hacer ipconfig: Ada...
asked by 17.01.2017 / 04:20
1
answer

How to use the same virtualenv (python) in Windows and Linux?

I started using Windows and Linux recently in the same PC (installed in different partitions respectively and a third one for common files) but it turns out that the environments created in Windows are generated with the "Scripts" folder, and in...
asked by 05.03.2017 / 21:11
1
answer

What is stdcall and what is it used for?

I have been looking for information on the official microsoft website and I understand that it is used for function calls and to clean the stack of the stack if I am not mistaken but what is the benefit of this?     
asked by 03.09.2018 / 17:55
2
answers

Compile from Compiled

I have an application that uses the command line below to pass the arguments to the compiler and thus generate an .exe (in the case of windows) already compiled. I want to publish the application, but each person may have the compiler in a di...
asked by 11.07.2018 / 09:45
2
answers

A question about how to read the strings in c ++

At the moment I was making a double linked list and when I started to try it I had a problem when reading the strings , I could not do that in the temp->nombre section I could read the line break, example if I wanted to put a nam...
asked by 21.08.2017 / 23:53
2
answers

create an executable for window 10

I have finished one of my several projects in c# the question is that when I created the executable to install it on my final client I never thought that it had windows 10 of 64bits ... I did it in the simplest way intuitive...
asked by 27.11.2016 / 03:48
4
answers

Uninstall Android Studio

Someone knows or can give me a recommendation on how to uninstall Android Studio , in a way 100% remove the sdk and other components that the same Android generates. I want to uninstall, because I often generated errors with the SDK, th...
asked by 27.08.2016 / 23:15
1
answer

Error filling an input in powershell with ie?

It seems that the data of the page does not arrive to me, this one opens to me, but it says to me that the value is null. I've tried with id and neither, I'm in version 5.1 of power shell. This is the code: clear-host $ie = n...
asked by 10.04.2018 / 20:53
1
answer

Format the output of System () in C

I simply have an ascci art that I show with different printfs and I want to put in the middle the name of the user. (with the name I mean the windows user). I thought about taking out the name with a System ("whoami"), which works for me but...
asked by 30.05.2018 / 04:01