I have a bat file set-up to run at set time every morning on my scheduled tasks. The code in the bat file is as follows:
i've been having a few glitches with it. On some days it will run, on other days it won't. I have checked the Schedule Task settings & that is all set-up correctly. It didn't run this morning, so I ran the bat file manually & it opened up the cmd screen but didn't boot up access, or my database.
Any ideas why it's doing this?
Code:
START "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "H:\Service Centre\DataTeam\AccessDatabases\dbautomation.mdb"
i've been having a few glitches with it. On some days it will run, on other days it won't. I have checked the Schedule Task settings & that is all set-up correctly. It didn't run this morning, so I ran the bat file manually & it opened up the cmd screen but didn't boot up access, or my database.
Any ideas why it's doing this?