12-13-2005, 08:07 PM
This is the code I am trying to use for data entry. As I said, I have about 35 files filled with these, three text entries that come from my excel listing, each textr entry is divided by a tab and followed by couple of hits of the function keys. I add the wait times so that I can get to see the screens as it runs, just for confidence purposes.
Macro is
RunFileAsMacro "c:\File1.txt"
RunFileAsMacro "c:\File2.txt" etc. up to File35.txt
but still all it runs is File35.txt.
-------- These are the first lines of File1.txt -------------
spe 2000 ;;wait 2 seconds after each run
ifi("Session A - [24 x 80]") act "Session A - [24 x 80]"
key "AA" T "B80" T "ABC67890"
1
key F9
1
key F9
1
key "AA" T "B81" T "ABC12345"
1
key F9
1
key F9
1
... etc
Macro is
RunFileAsMacro "c:\File1.txt"
RunFileAsMacro "c:\File2.txt" etc. up to File35.txt
but still all it runs is File35.txt.
-------- These are the first lines of File1.txt -------------
spe 2000 ;;wait 2 seconds after each run
ifi("Session A - [24 x 80]") act "Session A - [24 x 80]"
key "AA" T "B80" T "ABC67890"
1
key F9
1
key F9
1
key "AA" T "B81" T "ABC12345"
1
key F9
1
key F9
1
... etc
