Please help.....

I'm unable to terminate a process in Win95/98 started by the following line of code:

lngTaskID = Shell("rundll32.exe rnaui.DLL,RnaDial " & <strLocation>, vbNormalFocus)

It seems the TerminateProcess-function doesn't have any effect on closing down a connection made to <strLocation>.

Any suggestions?

Thank you!