I have the following batch file:

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "c:\temp\Newmdb.mdb" /x Test_Macro
TASKKILL /F /IM msaccess.exe /T


I want to run this batch file on the server but the server does not have Access installed. We are not allowed to install Access on the server.

Is there a way to execute the batch file and run the macro within the Access database WITHOUT Having MS Access installed on the server?