Batman 0 Posted October 26, 2004 I was trying to make a quick launch icon thing without using the already theres ones (don't ask why ) I can make it open the program, but then the scipt icon stays in the corner... Is there away to open the program and close the scipt? If there is an easy way in the help section thing, i don't know how to find stuff in it.... War does not determine who is right, it determines who is left. Share this post Link to post Share on other sites
Guest Py7|-|[]/\/ Posted October 26, 2004 Yes... Right click your .au3 file and click "Compile Script" Then you will have a .exe file... Just put that on ur desktop, OR, drag it into All Programs -> Startup folder... Share this post Link to post Share on other sites
scriptkitty 1 Posted October 26, 2004 Not sure if I understand your question. you can drag a shortcut to launch autoit scripts, or compiled versions. When autoit launches a program, the iicon should disapear when the script is done: run("notepad.exe") tooltip("autoit icon should be gone in 3 seconds",0,0) sleep(3000); 3 seconds If you don't like the icon, you can choose one you like when you compile, or choose to hide it a half second after you run it as well. AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites