AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Multiple file open>copy>create>paste>close in fo
Da_HL_MaN

Replies: 3
Views: 174

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group