HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/dpReport/dispreadAu.au3
#include <GUIConstants.au3>
#Include <File.au3>
#Include <Array.au3>
#include <String.au3>


run("cmd.exe")
sleep(500)
send("^+1")
;send("C:\xampp\htdocs\dpReport\")
sleep(500)

send("dispread -v -dweb vx")
sleep(1000)
send("{enter}")
sleep(2000)


ProcessWaitClose("dispread.exe")
sleep(2000)

$command = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -new-tab "

$url = "http://127.0.0.1/dpReport/lcdReportF.php?f123=vx.ti3"
Run($command & $url, "", @SW_MAXIMIZE)