Affichage des articles dont le libellé est Scheduled task on windows server. Afficher tous les articles
Affichage des articles dont le libellé est Scheduled task on windows server. Afficher tous les articles

Scheduled task on windows server

lundi 20 avril 2015

Hello

I have a vbs-script that opens my access database db.mdb and runs the module "Export":

dim accessApp
set accessApp = createObject("Access.Application")
accessApp.OpenCurrentDataBase("D:\Data\db.mdb")
accessApp.Run "Export"

accessApp.Quit
set accessApp = nothing

This works fine as a scheduled task on a Windows 7 computer.

Is there a way to make this work on a Windows Server 2008 R2 ? When I double click the vbs-file, the file opens instead of runs. And when I create a scheduled task, nothings happens.

Any help is wellcome. Manu thanks in advance.
Scheduled task on windows server

Labels