chiners_68 Posted May 29, 2008 Share Posted May 29, 2008 Hi All, Simple one im sure. ive got an autoit script which i execute & this runs an exe file in a directory below. How can I run the exe below without having to put in the full path..? in dos you could use .\ for the current directory. Link to comment Share on other sites More sharing options...
monoceres Posted May 29, 2008 Share Posted May 29, 2008 (edited) Hi All, Simple one im sure. ive got an autoit script which i execute & this runs an exe file in a directory below. How can I run the exe below without having to put in the full path..? in dos you could use .\ for the current directory. Hi! Usually you can just run a file like this: Run("subdir\nameof.exe")oÝ÷ Øêò¢ç(ºWl¥ç"+azÇ+]¶®¶se'Vâ67&DF"fײgV÷C²b3#·7V&F"b3#¶æÖVöbæWRgV÷C² Edited May 29, 2008 by monoceres Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
chiners_68 Posted May 29, 2008 Author Share Posted May 29, 2008 ignor my query. i tested .\ & it works. i anticipated it not working but hey presto it does. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now