Welcome Guest, Not a member yet? Register   Sign In
Run .exe file from ci3 in IIS server
#2

To get a literal backslash and not to escape a character, you need to double the backslahes:

PHP Code:
<?php
$answer 
shell_exec("c:\\inetpub\\vhosts\\programozas.org\\ci3\\OlszCommandLine.exe");
echo 
$answer."</br>";
?>
Reply


Messages In This Thread
RE: Run .exe file from ci3 in IIS server - by includebeer - 09-21-2021, 03:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB