Questions tagged as 'windows'

1
answer

Error opening application in Delphi on Windows Server 2008 R2 Standard x64

Application Error Exception EIBNativeException in module Autosad.exe at 003AF7F1. [FireDAC] [Phys] [FB] Unable to complete network request to host "PROSYSTEM-01". Failed to locate host machine. The specified name was not found in the hosts file...
asked by 30.09.2017 / 16:56
3
answers

Schedule php script on windows

Hello, I have a script in php that I need to run automatically every 15 minutes on windows (my system is hosted locally). Well, I saw that it has to be done by the Windows Task Scheduler so I configured it as follows: I added a basic task and...
asked by 19.07.2017 / 23:07
2
answers

How to uninstall Cordova and Ionic completely from windows

I need to uninstall Cordova and Ionic from my machine completely without leaving any references or caches so that when reinstalling I guarantee that all instances are absolutely new. I would like to know the npm command for this?     
asked by 21.07.2017 / 15:40
2
answers

Restart service at low priority in the third core in C #

I have a service running on the machine in production. This service sometimes gets "stopped" and the easiest solution is to restart the service, and it continues to work as expected. Is there any way I can get this service in a program in C#...
asked by 17.08.2017 / 12:46
1
answer

Is there a way to change a default program by java, cmd, or regedit?

I'm developing a system in java, but from it I should change the default program to open .pdf on the switch. In Windows 10 it opens by default on the Edge, however from the system it should change to Adobe. I've already tried cmd with the ass...
asked by 28.05.2017 / 16:24
1
answer

Vagrant: Does not sync folder

I'm using: Windows 10 64bits Vagrant 1.9.7 VirtualBox 5.1.22 Box Debian Jessie 64bits Plugins Vagrant: >vagrant-vbguest >vagrant-share My Vagrantfile configuration: Vagrant.configure("2") do |config| config.vm.box = "debian/...
asked by 11.07.2017 / 03:15
1
answer

How to save return from java -version command in cmd

I have a problem saving in .txt the return of the "java -version" command executed in cmd. I'm running as follows: java -version >> "%temp%/resultado.txt" It creates the file but does not save the return to the file. Any other ping co...
asked by 26.05.2017 / 19:19
1
answer

Create script to execute program passing only part of the name

I created a small script ( .bat ) for the installation of several programs silently. Over time the programs will update by requiring that I edit the code to enter the version number of the program. Doubt: Is it possible to tell the...
asked by 23.03.2017 / 17:56
1
answer

List Services via CMD

I am using the wmic service get displayname, name, state command to list Windows services. I would like to know if it is possible to list one or more specific services via CMD. In this scenario I want to list the FirebirdServerDefaultIns...
asked by 17.05.2018 / 19:14
2
answers

php require / require_once pointing to another directory without ... (...)

Dropped a system made in 2007 for maintenance and I'm having some difficulties to make it run in my development environment (XAMPP on Windows). It is working (partially) in the production environment (CentOS), I made a copy of the fonts exact...
asked by 20.03.2017 / 13:30