I've found a little program that will compile php scripts so that they can be from as an executable. The issue I'm running into is setting the document root. I'm not sure what the statement would be. I'm guessing something like:
$DOCUMENT_ROOT = 'd:\#*$!xx';
Everything I've ever done was run on a server and Linux based so I'm not sure about this. Any help is greatly appreciated. Thanks all.