Questions tagged as 'windows'

1
answer

How to remove a directory in Windows even though it is in use?

I have a database service running in a directory known as C:\meuBanco\exe\ and now I have developed an updater of this service, which performs the following steps: For service Deletes the exe folder: rd /s /q %DIRSERV%\exe...
asked by 11.04.2017 / 19:11
1
answer

PHP exec () does not execute FFmpeg [closed]

The following code works at the prompt but does not work in php, why? $ffmpeg = 'C:/ffmpeg/bin/ffmpeg.exe'; $video = 'C:/absolute-path-para-o-video'; $output = 'C:/minha-pasta/thumbnail.jpg'; $cmd = '$ffmpeg -ss 3 -i $video -vf "select=gt(sce...
asked by 30.11.2016 / 15:02
1
answer

Problem starting java program with windows

Important explanations: I have an application created in JAVA; An "EXE" executable was created using Launch4J; I need to run this application after windows startup. FIRST ATTEMPT A shortcut has been created in C:\Users\Elfab\A...
asked by 05.05.2016 / 22:19
2
answers

How to install ZFTool (windows, linux) [closed]

How to install zftool on windows and linux?     
asked by 07.03.2014 / 21:49
1
answer

How to make xampp server local to other stations? [closed]

I am doing this on a windows server 2016 but it is returning the error 500 "Internal Server Error" when I type the ip of it on another local machine     
asked by 28.01.2018 / 22:01
1
answer

Is there any way to create an environment variable through IIS?

I have an application running in local IIS and also in production. In this application, I have a feature where, when an error occurs, an email is sent. The problem is that I do not want this to happen when I'm in a development environment. I...
asked by 25.01.2018 / 13:31
1
answer

How to work around a 'problem' with GOTO in PHP

I have a small package manager in the terminal of own use and that manages my Framework, and I'm giving an improvement in it, and it falls into a problem where I can not loop without using goto, as in the code below: $stdin = fopen('php://stdin...
asked by 02.03.2018 / 20:48
1
answer

How do I open a window, type windows explorer, from a website

I'm developing a website that will work with images. The pictures are in the local micro. I want to get all the images (they are + - 10 images) that are in a folder and put them in a grid. Then to allow a zoon to be given. I'm thinking that thro...
asked by 27.09.2017 / 18:43
1
answer

Send To Menu from Windows, sending File Path [closed]

I'm developing an application and my idea is to put this application from the send to windows menu. I have already put the start of the Application la, but I can not get the file path. Example: I have a pdf file on the Desktop the user will r...
asked by 29.08.2017 / 15:02
1
answer

Nano for Windows

Does anyone know how to install "nano" to use the command line in windows? I'm learning how to use command line to stop using GUI, but I'm having a hard time configuring the tools in windows.     
asked by 01.07.2017 / 14:42