Questions tagged as 'windows'

1
answer

problems with an external disk that is not read

I have an extreme 1TB disk but Windows only sees it as a disk without lyrics .. and it does not let me format the disk Thinking that it was just a problem with the windows files I tried it on an ubuntu and basically says that you can not m...
asked by 31.07.2018 / 08:28
1
answer

Is it possible to program Swift in Windows?

I have a question for a while, since in the Mac one can program for IOS and for Android without problems, my question is, is it possible to program Swift (Ios) with the same potential and quality from a PC with Windows? ?. I would like to kno...
asked by 15.07.2018 / 19:57
1
answer

Edit text in file with batch

I have to replace a line within a txt with batch and I need help with the code ... I have the files test.txt and test2.txt the objective is to move from file 1 to file 2 with the same content unless it contains a specific word, in which case, th...
asked by 10.07.2018 / 03:35
1
answer

I need to print from my executed program as a Windows service

I have a program created in Java that gets a PDF and prints it. To print it use ghostscript: public static void print(String nomImpresora, String rutaNombreArchivo, int cantVia) throws Exception { String cmd; cmd = "gswin64c -dPrinted...
asked by 13.07.2018 / 17:20
1
answer

Open and close files from .bat file

With the following .bat I can open a text document and make it close in a few seconds: @ECHO OFF START "" notepad.exe "%USERPROFILE%\Desktop\Documento de texto.txt" TIMEOUT /T 5 > NUL TASKKILL /IM notepad.exe PAUSE EXIT How c...
asked by 26.06.2018 / 19:16
0
answers

Open Form of another project C # (mvc)

I have a question if it is possible to do it, I am doing a small project in C # following the MVC pattern, it is organized in the following way: Project 1 (library of classes): Access to data Project 2 (library of classes): Controller (bri...
asked by 24.05.2018 / 18:24
0
answers

Migrate IIS from a Windows Server 2000 to a Windows 10

Is it possible to migrate all the content of the IIS that is in a windows server 2000 (I think the version of the iis is 5.0) to a windows 10? The goal is to pass all that content to a more current system. I suppose that in the old equipment,...
asked by 09.02.2018 / 11:06
0
answers

what is this kernel base error due to?

Hello, I get the following kernel base error: Description: Stopped working Problem signature: Problem Event Name: APPCRASH Application Name: vbc.exe Application Version: 9.0.30729.5420 Application Timestamp: 5a6fcdb8 Fault M...
asked by 30.01.2018 / 03:17
1
answer

How to install my bootloader (ubuntu and windows)

I have 3 discs (2 dd and 1 ssd) on my pc, In one install windows 10 inherited mode, and in another install ubuntu, the ubuntu bootloader install it in the same one that was installed, I start my pc but I do not see him grub. Where do I have to i...
asked by 13.01.2018 / 21:18
4
answers

Error in Windows Service when I update a signed dll

I have a Windows service that the executable calls a dll (which I'll call MyMyDll.dll) with version 0.6.7.3, for example. Everything works correctly until I updated that dll to version 0.6.7.4. That when restarting the service, so that it tak...
asked by 10.01.2018 / 11:19