Hi,
I have a batch file that I use monthly to do some routine report publishing tasks. Since our transition to 2007 we are testing if everything will run in 2007 programs. The file seems to run, but it does not do what it is supposed to do (and I cannot stop the little black window that appears and disappears too quickly when I doubleclick on the file to see if there has been an error). I was wondering if I should have changed anything since we are on 2007 now.
This file has been created by someone else, I have no experience with bat files. Any suggestions would be appreciated.
Thanks!
Lena
SET cmdstr="C:\Prog ram Files\Microsoft Office\OFFICE11 \msaccess.exe"
SET dtbmcr=/x Export_Files
DELETED
_______________
Found an answer, not worth posting.
I have a batch file that I use monthly to do some routine report publishing tasks. Since our transition to 2007 we are testing if everything will run in 2007 programs. The file seems to run, but it does not do what it is supposed to do (and I cannot stop the little black window that appears and disappears too quickly when I doubleclick on the file to see if there has been an error). I was wondering if I should have changed anything since we are on 2007 now.
This file has been created by someone else, I have no experience with bat files. Any suggestions would be appreciated.
Thanks!
Lena
SET cmdstr="C:\Prog ram Files\Microsoft Office\OFFICE11 \msaccess.exe"
SET dtbmcr=/x Export_Files
DELETED
_______________
Found an answer, not worth posting.
Comment