Questions tagged as 'windows'

1
answer

Querying in AD (Active Directory) with PHP

I currently have in the environment the AD (Active Directory) of Windows Server 2012. Now in my PHP application I can already connect to this AD via ldap_connect + ldap_bind . However, I would like to make a query within AD. Search for e...
asked by 24.04.2015 / 20:31
1
answer

Error ORA-12571 encountedred in Windows Service

I have a C # system running as a windows service, with Windows Server 2012 R2. Eventually when the service tries to communicate with the database (to make a query or to make an insert, for example) the communication between the windows server...
asked by 27.08.2014 / 23:35
1
answer

Access application on a virtual machine with Tomcat server

I'm not sure if I can ask here but come on, I have a demand because I want to test the virtual machine in different browsers. Problem that I can not access, has anyone made this kind of configuration yet? I installed in the VM the Windo...
asked by 27.08.2014 / 15:37
1
answer

Problem with anchors in Safari in Windows

Hello, I have two pages, one of them contains an anchor for a section of the other page: <dsp:a page="${publicUrl}${URLs.club}#ancora" class="veja-mais block"> In this other I have one, which is in the right place where it should be d...
asked by 26.08.2014 / 15:52
1
answer

Python - Local Multiplayer System

I'm trying to create a local multiplayer system, where it will have a script for the "server" and several "clients" will be able to connect. For now I will use in a simple test application, where users will create their accounts, will log in and...
asked by 09.07.2014 / 15:40
1
answer

Friendly URL in hosting Windows 2003/2008 with site in PHP

I need to convert this file .htaccess to a format compatible with a Windows hosting in Locaweb. RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?link=$1 [L] In sup...
asked by 11.04.2014 / 13:40
0
answers

Network dot matrix printer printing with PHP [closed]

Good afternoon. I'm trying to send a simple txt file to the network printer. The server is Windows, php 5.6 and is in a VPS. The printer is configured by VPN. I've tried to install the php_printer dll, but PHP did not recognize the library...
asked by 13.11.2018 / 18:29
1
answer

Use the windows CMD commands from the typed

I use Cmder or ConEmu and am trying to set some of them to get the typed commands from what I already typed. For example, if I enter the following sequence of commands: cd Sites\site1 ssh user@ip mysql And then type UP (setinha up)...
asked by 10.09.2018 / 20:10
0
answers

Run .exe as administrator in .bat file

I have the following situation: I have a .bat file that should open a program (.exe), but this executable file must be opened with administrator permissions, I tried using the runas command as vi some informing, however this command needs to b...
asked by 16.07.2018 / 16:37
2
answers

Rename process

I have a script done in Windows CMD and wanted to see if it is possible to change the name of the process when it is executed. Example: I have 3 script (1- ler_log.bat; 2 - recycle.bat; 3 - Alarm_alter.bat) when they run in Task Manager th...
asked by 01.08.2018 / 16:09