Consultor Eletrônico



Kbase 21021: A Method For Testing Issues That Need to Run as NT Service
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to execute programs as NT services.

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000

FIX:

To enable a program to run as an NT service

1) Make up a batch job, test.bat, putting in the following line:
cmd /k dir

2) Invoke the batch job from scheduler:

at time /interactive "c:\temp\test.bat"

This will bring up a separate window in which any command can be typed.