Questions tagged as 'windows'

1
answer

Perform task scheduling via PHP on windows

I need to perform the scheduling of sending an email dynamically on a windows server running IIS. I have the following code in PHP: class AgendarTarefaWindow{ public function agendar($nome, $data, $tarefa){ $array = expl...
asked by 28.07.2015 / 02:51
1
answer

Is it possible to implement a "Recycle Bin" method in SAMBA?

Is it possible to implement a "Recycle Bin" method in SAMBA? In other words, when a user deletes a file in a SAMBA share, can it be sent to the "Trash" rather than permanently delete it? If yes, what kind of packages and settings do you ne...
asked by 14.04.2015 / 14:06
2
answers

Run an .EXE file on Windows from a PHP application on an external server

I have an SMS Gateway (Gammu) properly installed and running on my local machine at home. I need my PHP script hosted on a server to run this application on my local SMS server. How should I proceed? Do I need to apply some kind of permiss...
asked by 14.05.2015 / 17:42
2
answers

When starting an application, run Windows task

I'm looking for a way to run a windows task whenever an application starts. I need to run a VBS or a BAT whenever an application is started (it is started by a second app after the user enters their login and password in it) ... Does anyone k...
asked by 24.12.2014 / 18:17
1
answer

How to identify in windows events log when a folder is deleted?

I have an application that uses a c:\temp folder in windows and I need to identify somehow if this folder has been deleted to re-create the directory. To recreate, I have in mind to use the windows task scheduler and use the event trigger...
asked by 28.10.2014 / 14:21
1
answer

PHP process to work after multiple / simultaneous requests in Ngnix

The problem I created a process using PHP to work with Nginx like this: @echo off echo Starting PHP FastCGI... set PATH=C:\nginx\php;%PATH% C:\nginx\php\php-cgi.exe -b 127.0.0.1:9000 -c C:\nginx\php\php.ini pause But if more than 500 req...
asked by 10.10.2014 / 20:56
1
answer

Apply recursion in a batch script

Some time ago, I had to use Microsoft Office Document Imaging to convert a document template created in Microsoft Word as an anti-copy prevention measure for the template itself (positioning, , settings, and so on.) But the application in q...
asked by 08.08.2014 / 22:36
2
answers

How to run all files inside a folder

I have a folder with several audio files and I want the cmd code to run all of them, one at a time. Anyone have an idea if this is possible and if so, how do you do it?     
asked by 05.08.2014 / 13:03
1
answer

How to set .bat path

Well my problem is the following I want to run a .bat file that will: create a folder locally copy images from my server to the created folder hide the created folder But it ends up displaying this message: C:\Wallpaper especifica u...
asked by 15.10.2018 / 19:03
1
answer

Batch File to access multiple directories and execute python script in different command prompts

Hello everyone, how are you? I'm trying to create a bat file to run python scripts in different directories, something like this: C:\Test | --- Test1\example.py | --- Test2\example.py | --- Test3\example.py | --run.bat I have...
asked by 01.10.2018 / 15:05