Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 278 Bytes

ExecService

Service application that, when started, executes a call to the console in a loop

RUN THE COMMAND BELOW AS ADMINISTRATOR

TO INSTALL THE SERVICE

sc.exe create "Exec Service" binpath="{your path}\ExecService.exe"

TO REMOVE THE SERVICE sc.exe delete "Exec Service"