I've compiled a kixtart script into an exe using kixscript editor, I know I'm behind the time , This script is being put on a cd where I'm going to run the script from. The problem is I need to know what drive the cd is in. When I run the compiled exe the script dir is my temp folder.

I have an application that I need to install from the cd and would like to kick the application off from the script. How can I determine what the cd drive is if the @scriptdir gives me back the temp directory.


Here's my code:
Code:

? @ScriptDir



Here's my output:
Quote:


C:\DOCUME~1\CMARTI~1\LOCALS~1\Temp





Thanks in advance..