I'm on what I hope is my last step for this project. I need to run my database X.mbd from a .bat file. This Access process creates a file that the next command in the .bat file uses. Here are my commands:
APC.mdb
oce.exe -i C:\Progra~1\OCEAPC~1\M.txt -o C:\Progra~1\OCEAPC~1\MOutput.txt
@start Oce.log
What happens with this however, is that I get an error message that says: "There was a problem sending a command to the program." Any ideas?
APC.mdb
oce.exe -i C:\Progra~1\OCEAPC~1\M.txt -o C:\Progra~1\OCEAPC~1\MOutput.txt
@start Oce.log
What happens with this however, is that I get an error message that says: "There was a problem sending a command to the program." Any ideas?