Questions tagged as 'windows'

1
answer

Generate list from string and show on page with VBS

Hello, I am trying to read a text file that contains some start characters but it can vary in the amount of elements indicating its cost and in the end the total sum. After generating the list it must be shown on the page in the order in which a...
asked by 12.03.2017 / 22:09
2
answers

Execute an .exe from the windows start with batch

I have a problem that I can not solve. I have an .exe that I want to start every time Windows starts. It is loaded in the windows registers: REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v Iniciarsoft/t REG_SZ /d "C:...
asked by 16.12.2016 / 17:02
1
answer

The variable is assigned but its value is not used

As the title says, I have a variable declared at the class level but it gives me that message but I do use it. public partial class TextBoxUniversal : TextBox { private bool Sombra; private bool _mTeclaPermitida = true; Mensaje de adve...
asked by 01.08.2016 / 18:50
2
answers

Import Classes in PowerShell

I am creating a script in powershell that will make use of classes like this: Class Auto { [string]$Marca [string]$Color Auto ([string]$m,[string]$c) { $this.Color = $c $this.Marca = $m } } But I want...
asked by 20.03.2016 / 17:58
1
answer

How to uninstall IIS from Windows Server 2012 R2, to reinstall it?

I have a problem with IIS since I get an error with a message from the WebSocketModule module Error code 0x80070490 when I call it from localhost to test its operation. I have verified that the role of the IIS "Protocole WebSocket" appears as...
asked by 19.10.2018 / 16:13
2
answers

Run compiled .exe from ptyhon and Firebird / Interbase in different versions of Windows

Hi, I have a problem in executing .exe compiled with cx_freeze from a .py and executing them in different versions of Windows, they do not have python installed ...... Maybe I miss them because they need them the installation of python and the l...
asked by 06.04.2016 / 18:57
1
answer

Share folder between Solaris and Windows with samba

I would like to know how I can share a folder between these two systems using samba, I have found information on the Internet both in English and in Spanish but there are several things that are clear to me and I can not move forward, adding to...
asked by 01.10.2018 / 16:32
1
answer

Problem with loading Internet Explorer browser controlled by Powershell

I'm trying to make sure that while the browser is ready, it waits for seconds until it is ready and the code is executed but this is skipped and the code is executed when the browser is not ready. How do I prevent this from happening? / p> cls...
asked by 24.04.2018 / 19:23
1
answer

BATCH - Copy N files from a Windows directory

I am doing a process to copy different files from different folders, with the particularity that I need to pass, for example, 30 files of a directory (which contains more than 100). The 30 that I must pass, no matter what they are, should be 30....
asked by 13.04.2018 / 21:35
1
answer

Problem with Windows and C

Today I decided to learn C, I'm creating a very basic program that took the average of 4 numbers that are entered into the program: #include <stdio.h> void main(){ int calif1, calif2, calif3, calif4, total; printf(" introduzca el...
asked by 06.04.2018 / 03:05