AutoHotkey Community

It is currently May 22nd, 2012, 12:25 pm

All times are UTC [ DST ]


Search found 4 matches
Search these results:

Author Message

 Forum: Support   Topic: Multiple file open>copy>create>paste>close in fo

Posted: July 3rd, 2008, 9:56 pm 

Replies: 3
Views: 489


Currently I have: Loop, C:\myPath\*.fla, 0, 0 ; loop through .fla files in the folder -> files only (no folders) -> DON'T recurse (yet) { run %A_LoopFileLongPath% ; open the current file WinWaitActive, Adobe, , 2 Click 138, 626 Click right 138, 626 WinWaitActive, Adobe, , 2 Clic...

 Forum: Offtopic   Topic: What's your favorite FREE text editor?

Posted: July 3rd, 2008, 6:57 pm 

Replies: 45
Views: 4619


Scite - http://www.scintilla.org/SciTE.html

Quite a nice, simple, quick and easy text editor.

 Forum: Support   Topic: Multiple file open>copy>create>paste>close in fo

Posted: July 3rd, 2008, 5:00 pm 

Replies: 3
Views: 489


[PSEUDOCODE] Loop, C:\YourPath\*.fla ; loop through .fla files in the folder { run %A_LoopFileLongPath% ; open the current file sleep 2000; wait for window to show... can use Winwait too maybe send ^a^c ; copy the script text clipboard := DoSomething( clipboard ) ; do something to the ...

 Forum: Support   Topic: Multiple file open>copy>create>paste>close in fo

Posted: July 2nd, 2008, 10:36 pm 

Replies: 3
Views: 489


Apologies if this has been posted before, but I haven't found anything explicitly stating what I need. Let me know if I've completely missed something blatantly obvious. I've got a large software project on the go right now, and (of course) it's being converted from an older language. Actionscript 2...
Sort by:  
Page 1 of 1 [ Search found 4 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group