cardguy1000 1 Posted May 31, 2005 I'm wondering if it's possible to pass an argument to a compiled script and then retrieve it. As in C:\myexample.exe /install 1 /patch 0 then in the script be able to retrieve the value of install, and of patch as passed by running the program with the given arguments. Share this post Link to post Share on other sites
ezzetabi 3 Posted May 31, 2005 Check the values of the const array $Cmdline ... Share this post Link to post Share on other sites