win2000的话,用任务计划比较好吧。
strSystem = Space(255)
    Ret = GetSystemDirectory(strSystem, 255)
    strSystem = Left$(strSystem, Ret)
strTime="00:00"
strExec = strSystem & "\at.exe " & strTime & " /every:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 " & _
                            App.path & "\AutoTranSalation.exe"