jbennett Posted October 30, 2008 Posted October 30, 2008 Hi everyone, Does anyone know how I can get the following code to work shellexecute $opendir $opendir is data stored in an .ini file which is [DIR_TEST] opendir="Y:\" Also i'm trying to get this Y: drive to open as minimized Any help would be much appreciated. Thanks
maqleod Posted October 30, 2008 Posted October 30, 2008 script: $opendir = iniread("sample.ini","DIR_TEST","opendir","") ShellExecute($opendir,"","","open",@SW_MINIMIZE) sample.ini: [DIR_TEST] opendir="Y:\" [u]You can download my projects at:[/u] Pulsar Software
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now