| Author |
Message |
Forum: Support Topic: Multiple file open>copy>create>paste>close in fo |
| Da_HL_MaN |
|
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? |
| Da_HL_MaN |
|
Posted: July 3rd, 2008, 6:57 pm
|
|
Replies: 45 Views: 4619
|
|
 |
Forum: Support Topic: Multiple file open>copy>create>paste>close in fo |
| Da_HL_MaN |
|
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 |
| Da_HL_MaN |
|
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: |