Questions tagged as 'windows'

1
answer

Problem with creating files and files in JAVA (After creating installer) [closed]

Well, the problem is as follows.   When programming with neatbeans and running the program everything works fine ... I create a folder and a .txt file as it should be, but, after creating the application installer and installing it (in C :) I do...
asked by 04.01.2018 / 03:52
1
answer

Windows 7 to 64 bits can not find asadmin when installing GlassFish

I'm installing Glasfish3 on a Windows 7 x64 computer. When the Wizard tries to create a new domain, it returns the error    The System can not find the specified route Try to execute this action manually as shown in the quick guide...
asked by 12.07.2017 / 20:17
1
answer

Extract 2 satellite image files in a list within ".tar.gz"

I have a list of Landsat satellite images. Within the tar.gz file are the bands ex: File " LC08018051fecha.tar.gz " Contains:    LC08_fecha_band1.tif   LC08_fecha_band2.tif   LC08_fecha_band3.tif   LC08_fecha_band4.tif   LC08_fecha_ba...
asked by 08.06.2017 / 17:44
1
answer

search for word in directory

I need in C # Forms, go through all the files in a folder and search for a word and that the program tells me the name of the files in which I can find this word ## faz. } the code I have is using System; using System.Collections.Generic; u...
asked by 15.06.2017 / 19:06
1
answer

protocol error 0x1104

Greetings I am trying to connect to a Windows Server 2008 R2 server by RDP with another Windows 7 machine. The problem is that when I try to do it I get the message: This session will be disconnected due to a protocol error in the client code...
asked by 27.02.2017 / 00:24
1
answer

UWP C # Pass date picker to another

I am new to UWP and would like to know if there is any way to pass information from one Date Picker to another new one, what I have in XAML is <StackPanel Name = "ContenedorElementos"> <CalendarDatePicker Name="FechaEntr" Margin="...
asked by 18.12.2016 / 22:36
1
answer

I need to verify when someone logs into Windows incorrectly and perform an action

Hello, I am programming in C # and I have a service that starts with Windows and I need to know how to perform an action when I detect it when a user logs incorrectly when logging in. Windows     
asked by 06.10.2016 / 09:05
1
answer

How can I get the length of the contents of a HANLDE?

I need to do a program in c to copy the content of a file in another file. I'm using HANDLE objects to open the source and destination file and I'm using DWORD to read the content. The code is as follows HANDLE hIn = CreateFile...
asked by 29.08.2016 / 05:06
1
answer

Robocopy interrupted copy, start from the last element that you copy?

I have a list of folders with very large subfolders, approximately 1 TB, I am making a copy of all the data with robocopy and the windows console. The connection to the computer is very unstable, and sometimes the console hangs and forces me...
asked by 18.08.2016 / 13:55
1
answer

Problems with the use of Robocopy

To copy a file from one directory to another I use this command line C:\>robocopy %userprofile%\desktop\db_doctor.sql D:\hi /E /MT:24 /MIR And this is the error that commands when executing:    2017/05/25 11:05:26 ERROR 123 (0x000000...
asked by 25.05.2017 / 18:11