marathonlady
Registered User.
- Local time
- Yesterday, 23:34
- Joined
- Jul 10, 2002
- Messages
- 120
I have the following statement in my module:
X = Shell("d:\BOM\Wrapup.bat", 1)
The file that should be updated by this statement is not getting updated when it runs in the module, but if I run the Wrapup.bat on it's own, it updates the file. What could I be doing wrong?
Thanks for any help.
X = Shell("d:\BOM\Wrapup.bat", 1)
The file that should be updated by this statement is not getting updated when it runs in the module, but if I run the Wrapup.bat on it's own, it updates the file. What could I be doing wrong?
Thanks for any help.