NutCracker Posted October 16, 2011 Share Posted October 16, 2011 Hi All, I have created an application using AutoIt . As of now it doesn't has any errors and works as desired The problem i have is my application uses another application say "abc.exe" to perform the task. So i need to place "abc.exe" into the script directory. What i want to know is can i embed "abc.exe" into my application so that i can have a single exe file to run . And if there is a way then how to do it . Thanks!! Link to comment Share on other sites More sharing options...
somdcomputerguy Posted October 16, 2011 Share Posted October 16, 2011 Maybe you can do something with this function, FileInstall. Good Luck! - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Link to comment Share on other sites More sharing options...
NutCracker Posted October 16, 2011 Author Share Posted October 16, 2011 Thanks Bruce, This partly does the job . Two Questions : 1) The file abc.exe is extracted and still shown to the user, is there a way that the file isnt extracted and its code is executed from my application (Sounds stupid!!) 2) If one is not possible then can i extract the file in hidden mode so that abc.exe remains invisible to the user . Thanks!! Link to comment Share on other sites More sharing options...
JohnOne Posted October 16, 2011 Share Posted October 16, 2011 No, if the user, has show hidden files specified you cannot hide it from them. Okay some smartarse will say yes you can, but generally the answer is no. And another general thing will be not helping people to hide executable files from potential victims. There are examples of running those files from memory, but if you dont know if set a hidden attribute then its unlikely you will find the thread, let alone successfully employ it. Good luck. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
NutCracker Posted October 16, 2011 Author Share Posted October 16, 2011 Thanks!! So i think FIle Install is the best way to get my job done .:-D 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