Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shell

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
When launching a client side program with the Shell command, is there a way to see if that program was not found on the user machine and take other action if that's the case?

-Rob
 
i think you'll probably have to check that it exists with the fso.

i recall a fileexists method.
here y'are:

If (fso.FileExists(filespec)) Then
...
else
...
end if ===============
Security Forums
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top