Running a .exe from PHP in Local PC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giorgio

    #1

    Running a .exe from PHP in Local PC

    Hi

    I have Win 2000 and PHP server in my PC

    I'm trying to run SlimBrowser (sbrowser.exe) from a local PHP page.

    I have used exec() system().
    I managed to run SlimBrowser with .exe and .bat file but it doesn't
    run with its Start-Up configuration.. . which is entering to a website
    and autosubmit a forms.

    When I run Slimbrowser with my mouse it does work fine, but trough PHP
    it just shows a blank page(doesn't logs to the page).

    Even when I log myself into the DOS cmd line, I run:
    sbrowser.exe autologin website
    It works, ofcourse if SBrowser is already set up on start-up options
    it won't need the autologin parameters, but it does accept it if
    needed.

    But just when triggered trough PHP doesn't work.


    Any ideas..?


    Giorgio
Working...