Questions tagged as 'consola'

0
answers

Connection between virtual machines in Vmware and Virtualbox and manage them from command line with Libvirt

The problem is that Vmware vSphere and Vmware vCenter Server can not be installed and Vmware does not have a list of commands that are implemented from the command line like Virtualbox does, but I have to list and manage the virtual machines of...
asked by 09.10.2018 / 18:55
1
answer

Console Error "Uncaught TypeError: Can not read property 'getAttribute' of null" [duplicate]

Some way to fix the Error in the console on Google "Uncaught TypeError: Can not read property 'getAttribute' of null at HTMLDocument.init" HTML: const TypeWriter = function(txtElemente, words, wait = 2000) { this.txtElemente = txt...
asked by 08.10.2018 / 09:24
0
answers

Reading of text file lines with pauses every 25 lines

I'm doing a program that reads 25 lines of my text file and when I enter it shows me the other 25, it reads the first 25 but when I hit enter the program closes, someone to help me please? StreamReader fichero; string nombre;...
asked by 09.10.2018 / 02:09
0
answers

Delete files by their name or part of it with a .BAT

I have a problem related to the automation of a task. I need to create a .bat file that deletes some logs generated by an application that have a .txt extension and this I do in the following way: cd "C:\Users\pablo\Desktop\prueba_script" del...
asked by 27.08.2018 / 16:56
2
answers

How to validate data entry in C # console

I have a doubt in the validation of data entry in C #, for example, in an exercise of calcuclar a sum in C # console mode, as it prevents the execution from hanging and let it run when inserting letters. For example with this code that takes...
asked by 22.05.2018 / 02:23
0
answers

Is there a way to cancel the default option of pressing Ctrl + C on a console with VBS?

The idea is to run a Visual Basic Script using cscript.exe , and this script that contains some command that prevents the user from closing the script by pressing Ctrl + C . Could this action be overwritten by another?     
asked by 11.02.2018 / 01:01
1
answer

Extract a list of the names of a rar file by means of c #

Good morning, I am trying to extract the list of files that contains a .rar file, I have searched for several solutions and I can not find how to do it from c #, the only option that was found was by means of a console using the following cod...
asked by 31.01.2018 / 16:22
1
answer

Face with movement by console in C #

I have a problem executing a function in console, I want to make a face move from right to left but the movement does not run when I add the function of the eyes, it was my logic to put two functions apart and not only in one. static void Main...
asked by 14.01.2018 / 17:43
0
answers

Translate a sentence from Mysql to to Eloquent, laravel drivers 5.4

Hello I still do not know much about how to pass the queries to laravel, I have the following (which runs perfectly what I want in Mysql): query in mysql    'select distinct a.temario as Event, count (b.id) as Participants from   events a,...
asked by 04.11.2017 / 18:05
1
answer

time functions in c #

I am new to programming and I have learned some basic things and I am implementing them in a program to help me with what I have learned. is a game of type poo or my talking tom. Worth the redundancy is to take care of a pet and I wanted to know...
asked by 14.10.2017 / 17:46