prophet0621 0 Posted September 6, 2011 I'm very new to AutoIt and scripting and learning as I go. I have been putting together a basic script to delete files and registry entries as well as uninstalling software and then installing an app for desktop computers at work that need some tweaking to work with our XP images. Everything works and I have a message box at the end telling the user when it's finished but I was hoping to have something telling the user what is going on. I don't want to use a message box with a button for everything. I suppose I could use AutoIt for the uninstall and a script for the rest with echo to report what's happening. Share this post Link to post Share on other sites
UEZ 1,278 Posted September 6, 2011 You mean like echo in cmd? If yes, then have a look to ConsoleWrite() function. Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Share this post Link to post Share on other sites