Using shell function
Hi,
I want to create a simple form with a button which when clicked it starts msconfig.exe
Using shell function:
Dim procID As Integer
procID = shell ("C:\WINDOWS\PCHEALTH\HELPCTR\Binaries\msconfig.exe", AppWinStyle.NormalFocus)
It works this way, but say on the target machine Windows XP is installed on a drive other than C:
How do you program Shell to open msconfig.exe without knowing the drive letter.
e. rudder

