- AuthorPosts
- January 19, 2009 at 11:44 pm #6837wizzlepigParticipant
Hello,
I am using emeditor via a batch file to edit various script-generated files, such as:
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile02.txt” /rw “ABC”
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile03.txt” /rw “DEF”
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile04.txt” /rw “GHI”When I save the commands above as a .bat file and run them, they often run too quickly, and emeditor fails to complete all find and replace actions within the files specified.
Is there a better way to do this? I have been slowing down the flow with
ping http://www.yahoo.com -n 2
But that doesn’t seem like the best idea.
Thank you in advance for any help.
-Will
January 20, 2009 at 12:09 am #6839Yutaka EmuraKeymasterwizzlepig wrote:
Hello,I am using emeditor via a batch file to edit various script-generated files, such as:
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile02.txt” /rw “ABC”
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile03.txt” /rw “DEF”
“C:Program FilesEmEditoremeditor.exe” /fi “XYZ” “C:scriptsfile04.txt” /rw “GHI”When I save the commands above as a .bat file and run them, they often run too quickly, and emeditor fails to complete all find and replace actions within the files specified.
Is there a better way to do this? I have been slowing down the flow with
ping http://www.yahoo.com -n 2
But that doesn’t seem like the best idea.
Thank you in advance for any help.
-Will
I am not sure what the issue is. However, please consider using macros to do searches and replaces. Macros are much better and more reliable than using batch files.
January 20, 2009 at 12:50 am #6840wizzlepigParticipantOh, ok, I will try that.
Thank you.
- AuthorPosts
- You must be logged in to reply to this topic.