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)