motionman95 0 Posted July 14, 2010 (edited) How do I avoid errors likeWindows cannot find the file "blablaprocess.exe", please bla bla bla bla.when using ShellExecute? What I want is for the error window not to display, unlike it currently does with ShellExecute().Thanks in advance. Edited July 14, 2010 by motionman95 Share this post Link to post Share on other sites
Bert 1,430 Posted July 14, 2010 do a FileExist check first. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
Richard Robertson 187 Posted July 14, 2010 That's just what ShellExecute does. It passes the command line to the operating system to do what it wants with it. Share this post Link to post Share on other sites