Questions tagged as 'windows'

1
answer

python.exe or py.exe in Windows? [closed]

I'm using Python 2.7 in a virtual environment, but do not let me run the python console in the normal way, but: instead of using python manage.py runserver I must use py manage.py runserver Does anyone know what it is?   ...
asked by 21.04.2017 / 07:11
1
answer

Delete all occurrences of a character in javascript code

I have a problem with the code that I am working on, what happens is that it has bars that were previously placed for the security of the company. Now we are updating some details of the page but delete one by one the    "\" Is it a bi...
asked by 02.05.2017 / 03:36
1
answer

Written line is too long - CMD

I try to make the following command in CMD to save% PATH% with line breaks in a text file. "@echo. %PATH:;= & @echo.%" > path.txt With this I try to do it with line breaks to then make an findstr from that file. But I get error The w...
asked by 29.09.2016 / 23:40
1
answer

block / unlock powershell

I have this bat script to block / unlock powershell but it does not work on x64 (and sometimes not on x86) and sometimes I manage to block it but not unlock it (Could not start CLR, HRESULT: 80070005.) and doing a Get-ExecutionPolicy - List Ma...
asked by 11.10.2016 / 21:08
1
answer

Why do I get this error when compiling my project in Windows?

Good morning, I am trying to compile my android project in Windows since the development of it was in Linux but when trying to run the application I get this message. I do not know if something similar ever happened to someone.  ...
asked by 04.04.2017 / 17:42
1
answer

reference System.Net (Windows CE)

good afternoon, I add the reference System.net to be able to send emails but it happens that when I add the reference from the location of this, for some reason I do not load the System.Net if not System.Net.Irda and for...
asked by 10.08.2016 / 19:58
3
answers

How to solve the blockade of port 80?

Hello everyone I am new to web programming and like many people before uploading a web page you do tests in local, I use Xampp and until yesterday it worked perfect until today I tried to open it and it came out:    Apache: Problem detected!...
asked by 14.02.2016 / 04:47
1
answer

How to make a hello world in assembler Nasm in windows?

I would like to know how to make a hello world in nasm with the Windows 8 64-bit operating system. Or should I change to Tasm?     
asked by 23.09.2016 / 20:17
1
answer

Script for Windows that distinguishes by IP

I need your help because I'm going crazy to create a script that when you log in runs in all the posts in the domain and you modify the name of the Organization in Windows based on the IP address of the PC. The problem I have to get it if the IP...
asked by 26.03.2018 / 09:00
1
answer

Problem when executing the git config --list command

According to the official documentation of git Beginning - Configuring git por first time when executing the command git config --list I should list all the configuration that I have given to the environment along with my use...
asked by 09.11.2016 / 16:37