I use this string to open other files:
Dim x
x = Shell(app.Path & "\File.Exe")
what if i want to put a file in the folder of my main program and have the main program run the file but not do anything if the file isnt there.
because with this string the file has to be there or i get an illegal function call.
Any ideas?




Reply With Quote