Ok so I got this going but how can I search the whole hard drive

If Dir$("c:\file.exe") <> "" Then
MsgBox "file exists"
Else
FileCopy "R:\netop.exe", "C:\file.exe"
End If