foscmgt Posted December 12, 2003 Share Posted December 12, 2003 Hi Jim,I saw your posting about autdebug.... It is over a year since I used it and I don't remember how to use it...Can you describe its use to me please....I use AutDebug.exe only with AutoIt v2. Create an AutDebug.exe shortcut. Drag and drop the script generated (.aut) until this shortcut. Two windows appears on the screen. The right window shows script variables and executing lines. The left window showsseven buttons. I normally use the step button. Every time I click this button I see in the right window the new changes. Sometimes is necessary to click this button several times for executing a line. The buttons Faster /Slowler sometimes not work.But be patient!. AutDebug is very slow if your script have a lot of code ! I hope this explanation helps you. (Better you ask Larry, the author, about AutDebug.exe). I have a runwait xxcopy command that does not work and the dos window closes so fast, I dont know why....For this issue, can you show what do you do with xxcopy ? Some line code... etc. Manel(foscmgt #20741) Link to comment Share on other sites More sharing options...
Beastmaster Posted December 12, 2003 Share Posted December 12, 2003 RunWait, %COMSPEC% /K xxcopy ...Based on that parameter the shell shouldn't close right after the executed program has colapsed ... Link to comment Share on other sites More sharing options...
Recommended Posts