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"