S Soma_rich Registered User. Local time Today, 01:05 Joined May 2, 2007 Messages 58 Oct 27, 2008 #1 I have been trying to do this for ages and couldn't find it online. Well here it is: string = the file you want to launch. Shell "RunDLL32.EXE shell32.dll,ShellExec_RunDLL string"
I have been trying to do this for ages and couldn't find it online. Well here it is: string = the file you want to launch. Shell "RunDLL32.EXE shell32.dll,ShellExec_RunDLL string"
boblarson Smeghead Local time Today, 01:05 Joined Jan 12, 2001 Messages 32,040 Oct 27, 2008 #2 Another simple way is to just use FollowHyperlink string
S Soma_rich Registered User. Local time Today, 01:05 Joined May 2, 2007 Messages 58 Oct 27, 2008 #3 oooh handy thanks bob!