I uploaded a windows program (.exe) to my windows server. I now need to execute it and pass through a parameter using PHP.. how would i do this? On my computer i would just do this throught the command line, so i not sure how to go about this with PHP.. sorry if this doesnt make a whole lot of sense.. NOOB here..
here is the command i would enter on my machine to run it through the command line.
SCOT.exe -f "C:/GSdata/Scotbatchfile.tsv"
and ideas?
thanks