jwsnlutz 0 Posted April 25, 2011 I am installing an application and it unpacks itself, before installing. I would like to check for the setup.exe and if present , then do something, like run it etc.. Any help is appreciated. Share this post Link to post Share on other sites
JohnOne 1,603 Posted April 25, 2011 If FileExists("setup.exe") Then _DoSomething() Else _DoSomethingElse() EndIf AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites