| Author |
Message |
Topic: Multiple file open>copy>create>paste>close in fo |
Da_HL_MaN
Replies: 3
Views: 174
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 8:56 pm Subject: Multiple file open>copy>create>paste>close in fo |
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% ... |
Topic: What's your favorite FREE text editor? |
Da_HL_MaN
Replies: 45
Views: 1381
|
Forum: General Chat Posted: Thu Jul 03, 2008 5:57 pm Subject: What's your favorite FREE text editor? |
Scite - http://www.scintilla.org/SciTE.html
Quite a nice, simple, quick and easy text editor. |
Topic: Multiple file open>copy>create>paste>close in fo |
Da_HL_MaN
Replies: 3
Views: 174
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 4:00 pm Subject: Multiple file open>copy>create>paste>close in fo |
"][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 ... |
Topic: Multiple file open>copy>create>paste>close in fo |
Da_HL_MaN
Replies: 3
Views: 174
|
Forum: Ask for Help Posted: Wed Jul 02, 2008 9:36 pm Subject: Multiple file open>copy>create>paste>close in fo |
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 softwar ... |
| |