shawkins13
New Member
- Joined
- Jul 30, 2010
- Messages
- 5
I have a macro that changes a few text lines in a file called LREAD. It then calls an executable that uses LREAD to generate an output file called LWRITE.
Many files have to be analyzed by the executable so I have set this up to run by itself and copy LWRITE files over to another drive.
This macro was working perfectly yesterday. Today I go to load it and when I call the shell function, the executable runs, but no new LWRITE file is generated. However, if I run the executable by itself (without the macro), then the LWRITE file is generated correctly. Therefore the error somehow rests with the shell command and not the .exe itself. HELP!
What is going on here??? Why would my code be working one day and suddenly stop working the next?
Many files have to be analyzed by the executable so I have set this up to run by itself and copy LWRITE files over to another drive.
This macro was working perfectly yesterday. Today I go to load it and when I call the shell function, the executable runs, but no new LWRITE file is generated. However, if I run the executable by itself (without the macro), then the LWRITE file is generated correctly. Therefore the error somehow rests with the shell command and not the .exe itself. HELP!
What is going on here??? Why would my code be working one day and suddenly stop working the next?