roofninja Posted February 16, 2008 Posted February 16, 2008 I have a question... When you compile a script into an EXE can you include other EXEs that are not an autoit made file or program? RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
Developers Jos Posted February 16, 2008 Developers Posted February 16, 2008 Sure.. That can be done with FileInstall() . SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
roofninja Posted February 17, 2008 Author Posted February 17, 2008 Sure.. That can be done with FileInstall() .My next question is do you call the external exe different in the program? RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
ReaImDown Posted February 17, 2008 Posted February 17, 2008 My next question is do you call the external exe different in the program?hmmm read up on run() and shellexecute() [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
roofninja Posted February 17, 2008 Author Posted February 17, 2008 I have used run and runwait but not shellexecute. I did not know about that one. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
roofninja Posted February 17, 2008 Author Posted February 17, 2008 use the help file!I do use the help files. They really do help. I have learned a lot from them but I don't alway remember everything I read. I have always tried to find the answers in the help files or in the forums BEFORE I post a question or problems. I don't like to duplicate what other people have already solved. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
roofninja Posted February 17, 2008 Author Posted February 17, 2008 Sure.. That can be done with FileInstall() .I tried it but it doesn't work for me. It just copies the file from a static location to a chosen location and it does not even execute in the program. I will have to do some more reading. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
ReaImDown Posted February 17, 2008 Posted February 17, 2008 I tried it but it doesn't work for me. It just copies the file from a static location to a chosen location and it does not even execute in the program. I will have to do some more reading.use fileinstall() to place the .exe wherever you'd like, then use shellexecute to run the file [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
roofninja Posted February 25, 2008 Author Posted February 25, 2008 I wanted to give a BIG thanks for everyone who helped me with this. I finally understand what it does and how useful it to a compiled program. For future reference, I used dircreate to create all of the folders that I need. I then used fileinstall to include and install all of the files need to run the program correctly. I then used dirremove to delete what the user does not need to see. This gives the program portability for me. Thanks, again. RUN . . . Slide . . . TAG . . . Your out . . . PAINTBALL !!!
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