Is there anyway to see if there is an .EXE in a directory and if there is open it
i tried this
VB Code:
If "C:\Program Files\MSN Messenger\msnmsgr.exe" = "" then Shell "C:\Program Files\MSN Messenger\msnmsgr.exe" Else Shell "C:\Program Files\Messenger\msmsgs.exe" End If
Thnks in advance Chris1990




Reply With Quote