apatsou Posted December 14, 2006 Posted December 14, 2006 Hello, i wrote several autoit progs I want to run one which do copies from emulation 3270 in blocnotes and then run another one which open excel to copy blocnotes how can i do it ? i want the first run the second. i must indicate the path, i think too. thanks for your help.
Markus Posted December 14, 2006 Posted December 14, 2006 Compile the second script and do that in your first script: Run(@scriptdir & "firstscript.exe") (If your compiled first script is in the same folder, otherwise add the fullpath instead of @scriptdir...) "It's easier to disintegrate an atom than a prejudice." (A.Einstein)---------------------------------------------------------------------------My C++ - tools:Tidy tool-->indents your c++ sourceCleanscript --> cleans autoit-code before compiling (co-author: peethebee)My tools:GUIBuilder-->build your window and get the source; german versionMy Games:OnlineGameCenter-->Online Chess and Connect4 with a rtf-chatSnake-->including a level editor to build your own levelsTetris-->the well known game, big funOther things:Tower of Hanoi-->perfect riddler with graphic output
apatsou Posted December 14, 2006 Author Posted December 14, 2006 well, but Am i oblige to compile members before call them ?
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